Reply To: Preserve HTML in emailing

Home Forums Quform WordPress Preserve HTML in emailing Reply To: Preserve HTML in emailing

#31126

I did all of that and the same thing is happening. I made sure I had the right number which is 1_1 for the form –
<?php

/*
* Plugin Name: Quform Custom Code
* Description: Custom code for Quform.
* Version: 1.0
*/

// Paste in your custom code below
add_filter(‘quform_get_value_html_1_1’, function ($value, $element) {
return wp_kses_post($element->getValue());
}, 10, 2);
Same issue there and I tried as plugin.

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy