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 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.