Support

Account

Home Forums Front-end Issues acf_form_head and color picker after ajax load Reply To: acf_form_head and color picker after ajax load

  • Hi @tempranova

    The code you pasted is the PHP template for generating the HTML.

    This is the wrong side of the AJAX call to use the jQuery trigger. You need to run the trigger in the JS, where you call the $.ajax( function

    Hope that helps.

    Thanks
    E