• rowansfloyd

    (@rowansfloyd)


    Hey Folks
    I am trying to install a simple email contact form on my website. The desire of which is to have a form that.

    Name:
    Email:
    Topic:
    Message:

    However, the Form 7 website is terrible at giving any guide for someone new to this. The Tag system isn’t well explained and I am uncertain what to do.
    The current issue I been running into is Configuration error: “this email address does not belong to the same domain as the site. ”
    And emails failing to arrive at my inbox when I test the sheet. Any simple guides for this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • ptbydimi

    (@ptbydimi)

    Try this in the Form tab:
    <p>Name:<br />
    [text* your-name] </p>

    <p>Email<br />
    [email* your-email] </p>

    <p>Topic<br />
    [text your-subject] </p>

    <p>Message<br />
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

    And in the E-mail tab => from ‘ [your-name] <[your-email]> ‘
    I get the same error, but just ignore…. it works just fine

    • This reply was modified 8 years ago by ptbydimi.
    ptbydimi

    (@ptbydimi)

    Some more info about the E-mail tab:

    To: //your email addr

    From: [your-name] <[your-email]> => gives error but ignore

    Subject: [your-subject]

    Additional headers: Reply-To: [your-email]

    Message Content:
    From: [your-name] <[your-email]>
    Subject: [your-subject]
    Content: [your-message]

    Thread Starter rowansfloyd

    (@rowansfloyd)

    Thanks for the help!

    The form looks great though I am still not receiving any tests I have sent through the contact sheet…

    ptbydimi

    (@ptbydimi)

    And they aren’t in your spam folder either?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Beginners help?’ is closed to new replies.