Quote:
Originally Posted by Sean_O
form action="../cgi-bin/FormMail.pl" method="post" enctype="text/plain" name="contact" target="_blank" id="contact" dir="ltr" lang="en"
|
lose the target, lang and dir parts of that and make sure that the FM.pl really is in ../cgibin/ from where the html form is
Quote:
Originally Posted by Sean_O
input name="recipient" type="hidden" id="recipient" value="contact@mysiteaddress.com" /
|
*NEVER* put the recipient of a form in the actual form, you will be abused by 1000 different spammers within days of uploading the page, get the IP blacklisted, and will be contributing to the 10-ton-o-sh!te we all get in our inboxes everyday
Apart from that, everything else should be fine - you have configured the formmail.pl file correctly ?