Click to See Complete Forum and Search --> : need help in sending data from formmail.asp to user who fills out form


mikeinchicago
03-27-2006, 11:44 AM
The script I use for mail processing is formmail.asp
You can find it at this link:
http://www.building-envelope.net/formmail.txt

My question is in a generic html form, I need whoever fills out the form, to also receive a copy of the data they filled out, as soon as they hit the submit button. You can find the generic form at this link:
http://www.building-envelope.net/form.html

I know I need to add
"email address" and make it a required field, but how do I get them to receive it, as well as the customer?

Thanks for your help.

ray326
03-27-2006, 07:01 PM
Since it's ASP I'd recommend you read up on CDO. One of the objects defined there is a mail message. A mail message can have multiple recipients in the to: list or you can put the sender in the cc: list.