Support

Account

Home Forums Add-ons Repeater Field Updating a text field within a repeater field (within a flexible content field) Reply To: Updating a text field within a repeater field (within a flexible content field)

  • ok, this is solved. I was able to update the field within the loop with:

    update_field(‘repeatername_’ . $i . ‘_subfieldName’ , $new_value , get_the_id());