Support

Account

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