Support

Account

Home Forums Front-end Issues initialize js Reply To: initialize js

  • Hi @viorelepuran

    If you’re using ACF 5 all you need to to for the necessary JS to load is to put this at the very top of the template file (above get_header())
    <?php acf_form_head(); ?>