Support

Account

Home Forums Add-ons Repeater Field update a acf sub_field with the value from a different sub_field Reply To: update a acf sub_field with the value from a different sub_field

  • Hi @renar

    The loop stopped because you executed the the_row() function in the existing loop. Also, please don’t use get_the_id() in functions.php as it can get any ID depends on how it’s executed.

    If my code works for a text field, it should be working for a repeater field too. Could you please share the JSON or XML export of your field groups so I can test it out on my end?

    Thanks 🙂