Home › Forums › ACF PRO › Frontend form with location rules › Reply To: Frontend form with location rules
Conditional logic will not work on taxonomy fields. To use conditional logic you would need to either
1) Build conditional logic for the field yourself using JS. There is an old example of something similar here https://support.advancedcustomfields.com/forums/topic-tag/conditional-logic/
2) Use a select field and populate the choices dynamically using an acf/load_field filter and then update the terms in WP youself using and acr/save_post action and wp_set_post_terms.
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.