Make the FROM address the customer email address instead?

Issues related to forms.
Post Reply
Astro
 
 
Posts: 61
Joined: Mon Jul 07, 2014 6:38 pm

Make the FROM address the customer email address instead?

Post 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
User avatar
Pablo
 
Posts: 21571
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post 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
Astro
 
 
Posts: 61
Joined: Mon Jul 07, 2014 6:38 pm

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

Post by Astro »

Well, that was simple! Thank you! I used Email originally.
Post Reply