Home › Forums › Backend Issues (wp-admin) › Custom Taxonomies and Conditional Logic › Reply To: Custom Taxonomies and Conditional Logic
Hi @navitronic
Thanks for the info.
I think I have figured out the issue.
because you are using a select field to manually set the taxonomy, ACF does not recognize this selected value in the JS.
Then, when you make any change to a taxonomy, ACF’s JS loads up all the selected taxonomy terms and does it’s AJAX request to find metaboxes based on the new location rule data.
ACF does not recognize your select field as a taxonomy term, so it doesn’t include it in the AJAX request. That is why ACF deos not return the correct field groups and your origional group disappears.
To solve this, please change your custom select field to a taxonomy field so that ACF can recognize it!
Hope that helps.
Thanks
E
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.