I went to my setup and tested it. This is what is needed for the “reply” button in your email program to take the person’s email address and add it to the “To” field.
Here is what you need to do in Contact Form 7 settings.
In the “Form” tab of the contact form, you must have the following,
Step 1:
Insert the following or make sure it looks this way,
[email* your-email]
Notice the ” * ” beside the word email, that asterisk must be there for this to work.
You can add a label as an option, since that tells the visitor where the email field is and whether it is required or not, so it all looks like this,
<label> Your Email (required)
[email* your-email] </label>
Save the changes.
Step 2:
Go to the Mail tab.
In the box for “Additional Headers”, insert the following,
Reply-To: [your-email]
Save the changes.
Now test it, you will find that when you click reply in the email program it takes the email address provided by the person who sent the contact message.
-
This reply was modified 5 years, 11 months ago by mwarbinek. Reason: added info
-
This reply was modified 5 years, 11 months ago by mwarbinek. Reason: fixed spelling