Noob_webmaster
04-24-2008, 10:40 AM
what im looking for is to creat an online application to fill out, and when done send to my father's email, and it isn't working :confused: , im trying to follow this tutorial on http://facweb.furman.edu/~pecoy/mfl195/forms.htm and it's not working...
all help would be appriciated greatly!! :)
here is my code and the exisiting page
http://www.diberadin.com/form.htm
CODE:
<html>
<head>
<title>forms</title>
</head>
<center><h1>Online Application</h1></center>
<body>
<FORM METHOD="post" ACTION="http://www.diberadin.com/cgi-bin/FormMail.pl"><br>
<input type=hidden name="recipient" value="Jdiberadin@comcast.net"><br>
<input type=hidden name="subject" value="Online Application"><br>
<input type=hidden name="sort" value="order:name,language,countries,wish,comments"><br>
<p>
Which Could you work? <br>
<input type="checkbox" name="countries" value="Part time">Part Time<br>
<input type="checkbox" name="countries" value="Part time">Full Time<br>
<br>
When Finished or if you need to start over click "send" or "restart"
<INPUT TYPE="submit" VALUE="Send"><INPUT TYPE="reset" value="Start Over">
<p>
</body>
</html>
all help would be appriciated greatly!! :)
here is my code and the exisiting page
http://www.diberadin.com/form.htm
CODE:
<html>
<head>
<title>forms</title>
</head>
<center><h1>Online Application</h1></center>
<body>
<FORM METHOD="post" ACTION="http://www.diberadin.com/cgi-bin/FormMail.pl"><br>
<input type=hidden name="recipient" value="Jdiberadin@comcast.net"><br>
<input type=hidden name="subject" value="Online Application"><br>
<input type=hidden name="sort" value="order:name,language,countries,wish,comments"><br>
<p>
Which Could you work? <br>
<input type="checkbox" name="countries" value="Part time">Part Time<br>
<input type="checkbox" name="countries" value="Part time">Full Time<br>
<br>
When Finished or if you need to start over click "send" or "restart"
<INPUT TYPE="submit" VALUE="Send"><INPUT TYPE="reset" value="Start Over">
<p>
</body>
</html>