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 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.