Support

Account

Home Forums Front-end Issues Gravity Form AJAX message being escaped when using WYSIWYG issue. Reply To: Gravity Form AJAX message being escaped when using WYSIWYG issue.

  • Hi @mayte

    I don’t have Gravity form, so I can’t test it myself. Please forgive me if I can’t help you much.

    Could you please check if it happens if you use it without the WYSIWYG field? Maybe Gravity form needs to add additional scripts or execute something that’s not executed by ACF’s WYSIWYG field. Here are the filters used by the WYSIWYG field:

    add_filter( 'acf_the_content', 'capital_P_dangit', 11 );
    add_filter( 'acf_the_content', 'wptexturize' );
    add_filter( 'acf_the_content', 'convert_smilies' );
    add_filter( 'acf_the_content', 'convert_chars' ); // not found in WP 4.4
    add_filter( 'acf_the_content', 'wpautop' );
    add_filter( 'acf_the_content', 'shortcode_unautop' );
    add_filter( 'acf_the_content', 'do_shortcode', 11);

    Could you please ask the Gravity form’s support regarding this issue?

    Thanks 🙂