Home › Forums › Add-ons › Repeater Field › Filtering field within repeater with name= › Reply To: Filtering field within repeater with name=
It is not really possible to alter the values differently for different instances of the same repeater sub field.
In order to filter the field at all using acf/load_field you need to use the field key. The field name changes during this filter for sub fields.
The bigger problem is that the acf/load_field hook is only run once no matter how many rows that you have. The field is only loaded once. So it is impossible to alter the field settings for each row of the repeater.
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.