• My form requires an email address from the person submitting the form but when I receive the email–it does not include that information:
    ________________
    From: Mitch r
    Subject: try again

    Message Body:
    try again
    __________________

    My form is set up as follows:

    <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”]

    The page I need help with: [log in to see the link]

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

    (@takayukister)

    The Reply-to header value only shows up when the receiver attempts to reply back to the message.

    Ralph

    (@dustypython)

    Hi boonrob
    This is how i do it

    From: [your-name]
    [your-email]
    Subject: [your-subject]

    Message Body:
    [your-message]

    By taking off the < > from the [your-email] tag it then shows up in your message sent to you so you can see the clients email address.

    Hope that is what you mean

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘reply to email not showing up’ is closed to new replies.