Page 1 of 1

Make the FROM address the customer email address instead?

Posted: Tue Feb 16, 2021 8:17 pm
by Astro
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

Re: Make the FROM address the customer email address instead?

Posted: Tue Feb 16, 2021 8:55 pm
by Pablo
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

Re: Make the FROM address the customer email address instead?

Posted: Wed Feb 17, 2021 3:56 pm
by Astro
Well, that was simple! Thank you! I used Email originally.