Improve your Contact Form 7 emails with a HTML Template.
Contact Form 7 (CF7) is a awesome plugin used by 1+ million WordPress websites.
But even it allow users to use HTML instead of just Plain Text email it’s not trivial to users who aren’t developers create something really pro.
However, time to leave all your worries behind! As a recently launched “Contact Form 7 – HTML Mail Template Extension” will allow you, WordPress developers or not, to use a simply but beautiful HTML Template in your CF7 so users will get better emails than just amount of text.
Easily and quickly! No configurations required to start, but you can change a lot of stuff like colors, header image and width (by now… new versions will come).
The plugin applies a HTML template to email sent from your CF7. The Template is optimized to show your HTML emails perfectly in the most popular email browsers including mobile ones.
Install Contact Form 7
contact-form-7-html-mail-template-extension.php
to the /wp-content/plugins/
directoryNo. The intention here is to improve CF7 functionality.
We’ll create another version to all WordPress emails or add an option to extend this plugin, but not in this version.
You can add the following code to your functions.php
file:
add_filter( 'cf7hete-disable-ace-editor', '__return_true' );
Props for “Pascal DUBOIN”. Thanks.