I know this is probably pretty oblivous to everyone...except me. I've read the help files and still don't know what I did wrong. I'd like the info from my form to just get collected and sent to a file and in an email. The page is at (the request info button) or here is my code:
<%@LANGUAGE="VBSCRIPT"%>
<html>
<head>
<title>CoolCat Entertainment Form Page</title>
</head>
<body BGCOLOR="#FFFFFF" LINK="#800000" VLINK="#800080">
<form ACTION="nsinnott@hotmail.com" METHOD="POST" name="Inquiry">
<input type="hidden" name="fail" value=" <input
type="hidden" name="good" value=" <div
align="center">
<center>
</center>
</div>
<hr WIDTH="600" align="center">
<blockquote> <font COLOR="#E61A24">
<p><font color="#000000">Whether you are planning a wedding or a private/corporate
event, the purpose of filling out this form is for you to receive further
information about my service by mail, and to check on the availability of
your celebration date. I will be in contact with you soon after this form
is submitted (no longer than 2 business days). Thank you for your interest
in Cool Cat Entertainment.</font></p>
</font>
<p><font color="#000000">Sincerely,<br>
Vinny Liotta</font></p>
<hr>
<p><font color="#000000">Name:
<input TYPE="text" NAME="Name1" VALUE SIZE="30"
MAXLENGTH="50">
(If wedding, list bride and groom)<br>
Name:
<input TYPE="text" NAME="Name2" VALUE SIZE="30">
<br>
Address:
<input TYPE="text" NAME="Address" VALUE SIZE="31" MAXLENGTH="50">
<br>
City:
<input TYPE="text" NAME="City" VALUE SIZE="20">
<br>
State:
<input TYPE="text" NAME="State" VALUE SIZE="2" MAXLENGTH="2">
<br>
Zip:
<input TYPE="text" NAME="Zip" VALUE SIZE="5" MAXLENGTH="5">
<br>
Daytime Phone:
<input type="text" name="DayPhone" VALUE size="12" maxlength="12">
Evening Phone:
<input TYPE="text" NAME="NightPhone" VALUE SIZE="12" MAXLENGTH="12">
<br>
E-mail Address:
<input TYPE="text" NAME="email" VALUE SIZE="20">
<br>
What type of event are you planning?
<input
type="text" name="EventType" VALUE size="16">
<br>
Date of your event:
<input TYPE="text" NAME="EventDate" VALUE SIZE="30">
<br>
Location of event:
<input TYPE="text" NAME="EventLocation" VALUE SIZE="30">
<br>
Time of event:
<input TYPE="text" NAME="EventTime" VALUE SIZE="11">
<br>
Approximate number of guests:
<input TYPE="text" NAME="Guests" VALUE SIZE="4">
<br>
Where did you hear about CoolCat Entertainment?
<input TYPE="text"
NAME="Referral" VALUE SIZE="30">
<br>
Additional Notes & Comments:
<textarea NAME="NotesOrComments" ROWS="7" COLS="49"
WRAP="virtual"></textarea>
</font></p>
</blockquote>
<p> </p>
<p><font color="#000000">
<input type="submit" name="Submit" value="Submit Form">
<input
TYPE="reset" VALUE="Reset Form" name="Reset">
</font></p>
<font COLOR="#FF0000">
<hr>
</font>
</form>
</body>
</html>
Any help would be appreciated.
<%@LANGUAGE="VBSCRIPT"%>
<html>
<head>
<title>CoolCat Entertainment Form Page</title>
</head>
<body BGCOLOR="#FFFFFF" LINK="#800000" VLINK="#800080">
<form ACTION="nsinnott@hotmail.com" METHOD="POST" name="Inquiry">
<input type="hidden" name="fail" value=" <input
type="hidden" name="good" value=" <div
align="center">
<center>
</center>
</div>
<hr WIDTH="600" align="center">
<blockquote> <font COLOR="#E61A24">
<p><font color="#000000">Whether you are planning a wedding or a private/corporate
event, the purpose of filling out this form is for you to receive further
information about my service by mail, and to check on the availability of
your celebration date. I will be in contact with you soon after this form
is submitted (no longer than 2 business days). Thank you for your interest
in Cool Cat Entertainment.</font></p>
</font>
<p><font color="#000000">Sincerely,<br>
Vinny Liotta</font></p>
<hr>
<p><font color="#000000">Name:
<input TYPE="text" NAME="Name1" VALUE SIZE="30"
MAXLENGTH="50">
(If wedding, list bride and groom)<br>
Name:
<input TYPE="text" NAME="Name2" VALUE SIZE="30">
<br>
Address:
<input TYPE="text" NAME="Address" VALUE SIZE="31" MAXLENGTH="50">
<br>
City:
<input TYPE="text" NAME="City" VALUE SIZE="20">
<br>
State:
<input TYPE="text" NAME="State" VALUE SIZE="2" MAXLENGTH="2">
<br>
Zip:
<input TYPE="text" NAME="Zip" VALUE SIZE="5" MAXLENGTH="5">
<br>
Daytime Phone:
<input type="text" name="DayPhone" VALUE size="12" maxlength="12">
Evening Phone:
<input TYPE="text" NAME="NightPhone" VALUE SIZE="12" MAXLENGTH="12">
<br>
E-mail Address:
<input TYPE="text" NAME="email" VALUE SIZE="20">
<br>
What type of event are you planning?
<input
type="text" name="EventType" VALUE size="16">
<br>
Date of your event:
<input TYPE="text" NAME="EventDate" VALUE SIZE="30">
<br>
Location of event:
<input TYPE="text" NAME="EventLocation" VALUE SIZE="30">
<br>
Time of event:
<input TYPE="text" NAME="EventTime" VALUE SIZE="11">
<br>
Approximate number of guests:
<input TYPE="text" NAME="Guests" VALUE SIZE="4">
<br>
Where did you hear about CoolCat Entertainment?
<input TYPE="text"
NAME="Referral" VALUE SIZE="30">
<br>
Additional Notes & Comments:
<textarea NAME="NotesOrComments" ROWS="7" COLS="49"
WRAP="virtual"></textarea>
</font></p>
</blockquote>
<p> </p>
<p><font color="#000000">
<input type="submit" name="Submit" value="Submit Form">
<input
TYPE="reset" VALUE="Reset Form" name="Reset">
</font></p>
<font COLOR="#FF0000">
<hr>
</font>
</form>
</body>
</html>
Any help would be appreciated.