• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, do you have the following feature enabled Enable to receive email as HTML instead of plain text under Advanced?

    In regards to the following comment.

    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…..

    Can you provide more information and probably an example if possible.

    Thank you

    Hi, I am not sure if you can have two different headings as per your image. Also when you say i want the business to receive the form with the headings “Outbound Details” and “Inbound Details”. Are you saying that you would like the e-mail sent with the two headings?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘E-mail formatting’ is closed to new replies.