index and contact page reply email form setting

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10044495
    sonic
    Participant

    Hi,
    (Thank you for the great support. I put a very positive review of your template.) Jeff

    1. On the contact page, I was hoping to set the responding email that is sent to me, from the successful form to either ‘show from’ or have a ‘reply to’ in the email. This way I can just reply to the emails I receive, rather than ‘forward’ the sender email into the “to” field on reply.

    2. On the home page, I was hoping to substitute the ‘phone number’ entry field with an ’email’ entry field. Also, to then have the received email be as above: to either ‘show from’ or have a ‘reply to’ in the email. This way I can just reply to the emails I receive, rather than ‘forward’ the sender email into the “to” field on reply.


    #10044498
    Support
    Keymaster

    Hello,

    The replyTo is already set to the e-mail that is submitted in the form, in the PHP file you can find it here:

    So when you click in reply it will reply to the email that was submitted in the email field in the form. (It works for almost 100% of the cases, Outlook, Gmail, etc…)

    Best Regards.


    #10044501
    sonic
    Participant

    Thank you, I have a dumb question, sorry: where do I insert the ‘reply email address?

    And 2. On the home page, I was hoping to substitute the ‘phone number’ entry field with an ’email’ entry field. Is this something possible?

    Thank you very much, Jeff


    #10044504
    Support
    Keymaster

    Hello,

    1) It should be done automatically if you have the “Email” field in the form (item number 2 as below), so when you click on reply it will reply to that email.

    2) You just need to replace that field with this:

    <input type="email" value="" data-msg-required="Please enter your email address." data-msg-email="Please enter a valid email address." maxlength="100" class="form-control" name="email" required="" placeholder="E-mail">

    Kind Regards.


    #10044506
    sonic
    Participant
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)

This topic is marked as "RESOLVED" and can not rceive new replies.