• Resolved Rob

    (@gravelrash)


    Hi,

    Very odd one, I’ve got a very simple contact form on the site that asks for name, email and subject. The mails are coming through but the email address that is captured in the form isn’t appearing in the email body.

    Form config:

    <label> Your Name (required)
        [text* your-name] </label>
    
    <label> Your Email (required)
        [email* your-email] </label>
    
    <label> Subject
        [text your-subject] </label>
    
    <label> Your Message
        [textarea your-message] </label>
    
    [submit "Send"]

    Mail config:

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

    I do have Reply-To: [your-email] in the additional headers section and if I hit reply on the message sent from the contact form it does show the email address of the person that submitted the form.

    Any thoughts gratefully recevied.

    Thanks
    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter Rob

    (@gravelrash)

    Thanks for the reply Takayuki. I’ve managed to fix the issue by removing the <> brackets from the “your-email” variable.

    From: [your-name]
    Email Address: [your-email]
    Subject: [your-subject]
    Message Body:
    [your-message]

    Cheers
    Rob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email address not showing in message body’ is closed to new replies.