jdol2949
10 Dec 2009, 09:08 AM
I use various web forms on a website [deleted by mod :: new users aren't allowed links]. Each form has data sent to specified recipient as needed. Working just fine.
I need to add the functionality of sending the form data to the user who inputs the data on the form. So, basically I need the data to go to the defined recipient as usual, as well as the user filling out the form.
How can I grab the email address input into the field on the form and have that be used as a recipent also? Here is the code for the user email field;
<textarea name="Email" type="text" id="Email" rows="1" style="width: 390px"></textarea>
Any help would be great!
I need to add the functionality of sending the form data to the user who inputs the data on the form. So, basically I need the data to go to the defined recipient as usual, as well as the user filling out the form.
How can I grab the email address input into the field on the form and have that be used as a recipent also? Here is the code for the user email field;
<textarea name="Email" type="text" id="Email" rows="1" style="width: 390px"></textarea>
Any help would be great!