Home › Forums › Front-end Issues › understanding acf_form › Reply To: understanding acf_form
I’m not sure why your front end form does not display when you set it to show on a specific page. I just tested this and it’s working for me. The only thing I can think of is that your page template does not have the acf_form() function call on it. Please check to make sure that all the needed code is included in your page template.
The conditional logic works on the back end because the standard taxonomy meta box is there. Your field group is being displayed because a term is selected there and not because the term is selected in the “Taxonomy Field”. Conditional logic does not work across field groups and a term for the post or page is not set by making a choice in a taxonomy field. In order for the term of the post to be set you will need to save the post on the front end, after that the post will have a term selected.
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.