PDA

View Full Version : Simple FormMail Problem


Niss
07-29-2002, 05:40 PM
I'm trying to make this simple form work without any luck, does anyone see anything wrong with it or is the host acting up?

<html>
<head>
<title>Survey</title>
</head>
<body>

<form action="/cgi-sys/FormMail.cgi" method="post" enctype="text/plain">

<input type="hidden" name="recipient" value="administrator@northernillinoissummerseries.com">

<input type="radio" name="Question1" value="1" checked>Yes<br>
<input type="radio" name="Question1" value="0">No<br>

<input type="submit" name="Submit" value="Submit Form">
<input type="reset" name="Reset" value="Clear Form">

</form>

</body>
</html>

I keep getting this a a result:

There are missing fields
recipient is missing

Form Dump:
required:

Thanks

nnascar
07-29-2002, 08:05 PM
Figured it out, it don't like the - enctype="text/plain" !