• Hello. I have a contact form 7 with a textarea field thats hidden by JS. In that textarea I have made it include some html via JS. For example “<h1>Heading</h1>”. I have set the CF7 form to use HTML and this works for the template of the form except that field which is outputting as “<h1>Heading</h1>” instead of just as an actual h1.

    I’ve tried encoding the html tags but that still output the html tags as text.

    Is this possible with CF7? Or will I have to use PHPMailer and send my email the with CF7?

The topic ‘Allow HTML tags in textarea field’ is closed to new replies.