Home › Forums › Add-ons › Repeater Field › Add data from previous field into new field › Reply To: Add data from previous field into new field
Hi @malikox,
Thanks for the post.
I suppose you could try hooking into the acf/save_post and then update the next row using the update_sub_field() function.
This will require some logic to check for the row numbers as selectors and then get the $new_value which will be populated via the said function.
For more info on this function, you can have a look at the following resource page: http://www.advancedcustomfields.com/resources/update_sub_field/
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.