Home › Forums › Front-end Issues › Conditional Logic not working in Front-End › Reply To: Conditional Logic not working in Front-End
Just had same issue, i am too use headway, best is to use something like this to load functionaliry only on some pages since headway dont use wp template system by default:
im header.php above wp_head() enter
if (is_page(2778) or is_page(2792)) acf_form_head();
where those IDs are pages you need to have forms
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.