PDA

View Full Version : FormMail Results, but no email


Han_Solo
03-18-2002, 10:25 AM
I set up my form to

<form method="POST" action="/cgi-sys/FormMail.cgi">

But when I submit the form, I get the Form Submission Results page,

But I never actually get the email....

What am I doing wrong?

Han_Solo

H_Beasley
04-04-2002, 01:39 PM
I don't use the FormMail.cgi, I use a similar FormMail.php that has to be very similar. All that aside, I do have to ask: Are you putting in an email address for the form to be forwarded too? That should be included in the form inputs, the one I use is here, the CGI version has to be similar:

<form action="/formmail.php" method="POST"">
<input type=hidden name="recipient" value="yourmaildrop@yourdomain.com">

If you don't include an email for the form to be sent to, you'll never get an email.