• I’ve tried using both:

    Reply-To:<[email]>
    Reply-To: [email]

    in the additional headers field. When I receive the email and click reply, the “to” email becomes the “reply” email address. At this point I would be sending myself an email, when in fact I’m trying to respond to the person who submitted the contact form.

    Not sure if this helps, but this is how my form is setup.

    <div class=”request_callback”>
    <div class=”row”>
    <div class=”col-lg-6 col-md-6 col-sm-6 col-xs-12″>
    <div class=”input-group”>
    [text* name placeholder akismet:author “First name *”]
    </div>
    <div class=”input-group”>
    [email* email placeholder akismet:author_email “E-mail *”]
    </div>
    <div class=”input-group”>
    [tel* phone placeholder “Phone *”]
    </div>
    </div>
    <div class=”col-lg-6 col-md-6 col-sm-6 col-xs-12″>
    <div class=”input-group”>
    [textarea* message placeholder “Your Message *”]
    </div>
    <div class=”input-group”>
    <button type=”submit” class=”button size-lg icon_right”>submit <i class=”fa fa-chevron-right”></i></button>
    </div>
    </div>
    </div>
    </div>

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

The topic ‘Reply-To Not Working in Additional Headers’ is closed to new replies.