Can anyone help me with formmail?

liunx

Guest
If anyone can help me, I would be very grateful.<br />
<br />
I had a formmail working just fine on my H4P hosted site. <br />
I am now updating my site, and when I made the changes to the page the formail stopped working.<br />
<br />
If anyone has any knowledge on formmail, can you please take a peek for me and see if you can spot the problem?<br />
<br />
here's the page: <!-- m --><a class="postlink" href="http://www.usdeck.com/bidform.html">http://www.usdeck.com/bidform.html</a><!-- m --> <br />
Feel free to submit the form to check it.<br />
<br />
Thank you.<br />
<br />
<br />
PS - I accidently posted this in the graphics forum first, my apologies for double posting.<!--content-->First of all, I deleted your accidental post in the Graphics section.<br />
<br />
Secondly, I'd bet this is wrong: <form action="/C:/cgi-sys/formmail.pl" method="post"><br />
<br />
It needs to point to the location of the formmail script on your server. I doubt that that is going to have C: in it anywhere.<br />
<br />
Thirdly, this is a required field in formmail: <input type=hidden name="recipient" value="[email protected]"><br />
<br />
That tells the script where to send the results to.<br />
<br />
Hope that helps...<!--content-->That did it Pyro... thanks a lot.<br />
<br />
Great site.<!--content-->Glad to hear it...<!--content-->
 
Back
Top