Support

Account

Home Forums ACF PRO Using acf-form() in ajax call Reply To: Using acf-form() in ajax call

  • There are problems with WYSIWYG and image field.

    My code:

    jQuery(document).ajaxComplete(function($){
        acf.do_action('append', $('#post'));
        $(document).trigger('acf/setup_fields', $('#post'));
    });

    taxonomy fields don’t have such problems