• I’d like the person who fills out the form to receive a confirmation email. While testing it, I see that the <p> tag is not working properly. There is no separation between lines making the email look cluttered. Below is an example of the html I have used:

    <p>Hi [your-name],</p>

    <p>Thank you for your question. We will get in touch soon.</p>

    <p>Hope to hear from you again.</p>

    So instead of it showing like this:

    Hi Joe,

    Thank you for your question. We will get in touch soon.

    Hope to hear from you again.

    It shows up like this:

    Hi Joe,
    Thank you for your question. We will get in touch soon.
    Hope to hear from you again.

    Any idea as to what I’m doing wrong?

    http://wordpress.org/extend/plugins/contact-form-7/

  • The topic ‘Mail (2) Formatting Not Working’ is closed to new replies.