Click to See Complete Forum and Search --> : FormMail.pl can i send email to user??


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">

Fang
02-12-2006, 09:23 AM
That depends on the contents of FormMail.pl
If there's a possibility to add/detect a field for "to-sender" use that. Read through the instructions accompanying FormMail.pl
If that is not possible the script needs changing, ask in the Perl forum

little_lisa
02-12-2006, 09:29 AM
cheers m8 much appreciated :)