I built a PHP form so a customer can submit info for us to quote. When the form email comes in, the FROM address is the FROM address I entered when building the form. To reply to my customer, I have to copy/paste their email from the form data and replace my address in the FROM line. Many times I forget to do this and end up replying to myself without noticing.
Is there a way to make the form processor put the customer supplied email address in the FROM address so I can just click reply?
---Frank
Make the FROM address the customer email address instead?
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Make the FROM address the customer email address instead?
If the name of the form input field is 'email' then the entered email address will be used as the 'from' address.
See also the FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=32967
See also the FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=32967
Re: Make the FROM address the customer email address instead?
Well, that was simple! Thank you! I used Email originally.