Click to See Complete Forum and Search --> : Can anyone help me with formmail?


Deck Warrior
04-10-2003, 09:34 PM
If anyone can help me, I would be very grateful.

I had a formmail working just fine on my H4P hosted site.
I am now updating my site, and when I made the changes to the page the formail stopped working.

If anyone has any knowledge on formmail, can you please take a peek for me and see if you can spot the problem?

here's the page: http://www.usdeck.com/bidform.html
Feel free to submit the form to check it.

Thank you.


PS - I accidently posted this in the graphics forum first, my apologies for double posting.

pyro
04-10-2003, 09:45 PM
First of all, I deleted your accidental post in the Graphics section.

Secondly, I'd bet this is wrong: <form action="/C:/cgi-sys/formmail.pl" method="post">

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.

Thirdly, this is a required field in formmail: <input type=hidden name="recipient" value="yourname@domain.com">

That tells the script where to send the results to.

Hope that helps...

Deck Warrior
04-10-2003, 09:50 PM
That did it Pyro... thanks a lot.

Great site.

pyro
04-10-2003, 09:55 PM
Glad to hear it...