Support

Account

Home Forums Front-end Issues ACF + Ajax; certain JS functionalities missing Reply To: ACF + Ajax; certain JS functionalities missing

  • Thanks for the answer @hube2 . I decided to compare my page to a regular acf options page created using acf_add_options_page().

    ACF is not loading all of the needed scripts
    By default ACF doesn’t load the scripts, no, but I make use of acf_enqueue_scripts() which loads the same two acf javascript files a regular options page loads (acf-input & acf-pro-input).

    The markup on your page needs to be exactly the same
    My page, just like an options page, is loaded as a WordPress admin page. The rendering of the form itself is handled by ACF, the exact page doesn’t look the same but I doubt this would be an issue.