Hi,
So i'm simply trying to get a message from my online form sent to my email address.
I'm using a FormMail clone cgi script provided to me by my service provider
However I've been trying and trying to get it work but every time I get the following message
There are missing fields!
recipient is missing
Form Dump:
There seems to be absolutely nothing wrong with my form code so why is it telling me the recipient is missing? Can anyone help
Here is my form code
thanks
[CODE]
<form id="form" method="post" action="http://domain.com.au/cgi-sys/FormMail.cgi" enctype="text/plain">
<input type="hidden" name="recipient" value="myname@mail.com"/>
<div class="form">
<div class="indent_form"><input type="text" name="Name"value="Name:"/></div>
<div class="indent_form"><input type="text" name="Email"value="Email:"/></div>
Message:<TEXTAREA NAME="Message" COLS=2></TEXTAREA>
<input type="submit" name="submit" value="Submit">
</div>
</form>
CODE]


Reply With Quote
Bookmarks