Home › Forums › Backend Issues (wp-admin) › Populating nested repeater fields › Reply To: Populating nested repeater fields
Ok, so for me Category
is a taxonomy for the Event
select which is a CPT. So what I did for this was using the PHP filter acf/load_field
I populate the choices with all events this way I at least get the value onto the page. Then on the JS side I use acf.add_action('load_field/key=..., func)
to find the parent Category
and filter the choices there.
This seems like a lot for what I’m trying to do but I couldn’t figure out a better way. Let me know if I’m missing something obvious.
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.