Home › Forums › Add-ons › Repeater Field › Repeater field value in acf/update_value filter › Reply To: Repeater field value in acf/update_value filter
I think that the best way to do this would be to use the acf/save_post filter https://www.advancedcustomfields.com/resources/acf-save_post/ with a priority < 10. This will run before ACF saves the values. You can also run it with a priority > 10 because either way you need to look at $_POST to see what fields are being updated.
The main difference is that you’ll need to look for field keys not field names in the $_POST[‘acf’] array.
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.