Support

Account

Home Forums General Issues Replicate value of one field into another Reply To: Replicate value of one field into another

  • It might be better to use the update_sub_field function inside the save_post action.

    So you would loop through the subfields grab the value, run your substr function, and update the other field with the new value.