little_lisa
02-12-2006, 04:38 AM
The form data is send to me via FormMail.pl to my email address.
At the minute I have an auto responder, thankyou for your email ...bla bla bla
Ideally I would like a copy of the data sent to go directly to the user filling out the form as well as to myself
Ie the user gets the same email as i do, so they have a record of their order
How do I do this??
Ive posted the html code below
Cheers guys :)
</style><center><form method="post" action="http://www.cakedesigners.co.uk/FormMail.pl">
<INPUT TYPE="HIDDEN" NAME="recipient" VALUE="enquiries@cakedesigners.co.uk">
<INPUT TYPE="HIDDEN" NAME="subject" VALUE="cakes">
<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://www.cakedesigners.co.uk/thankyou.html">
At the minute I have an auto responder, thankyou for your email ...bla bla bla
Ideally I would like a copy of the data sent to go directly to the user filling out the form as well as to myself
Ie the user gets the same email as i do, so they have a record of their order
How do I do this??
Ive posted the html code below
Cheers guys :)
</style><center><form method="post" action="http://www.cakedesigners.co.uk/FormMail.pl">
<INPUT TYPE="HIDDEN" NAME="recipient" VALUE="enquiries@cakedesigners.co.uk">
<INPUT TYPE="HIDDEN" NAME="subject" VALUE="cakes">
<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://www.cakedesigners.co.uk/thankyou.html">