E-mail formatting
-
Good afternoon,
I have a couple of questions regarding fast secure contact form settings.
Firstly, i need the owner of the business to receive the e-mails with no spaces between each line and have tried adding this to the functions.php file from the support page of the site but to no avail.
//move wpautop filter to AFTER shortcode is processed
remove_filter( ‘the_content’, ‘wpautop’ );
add_filter( ‘the_content’, ‘wpautop’ , 99);
add_filter( ‘the_content’, ‘shortcode_unautop’,100 );I simply put it at the end of the script, is this correct?
Other than the theme causing this, has anyone else got any suggestions?
Also, i would like to add in a couple of lines (labels is probably the best description) to the receiving e-mail. So for instance…..
Customer info – This is what i want to add as just text
Then the completed form data from the website is here.Really hope that makes sense?!?
Cheers
Simon
The topic ‘E-mail formatting’ is closed to new replies.