We’re trying to embed a webform via Enfold’s Code Block. It works fine, save for one thing: all textareas gain an automatic <p> tag wrapper when the user enters any value. How do we prevent this from happening?
Tested with a clean install WP and the problem appears only once we activate Enfold.
It seems we’ve found the problem:
Our embedded form has a textarea that’s supposed to hide behind the editor displayed to the user. Enfold’s styles make that textarea appear on top of the actual editor. Adding this to our child theme CSS fixes the problem:
#top textarea.quill-source-code {display: none;}
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
