|
simple form fillout problem....
ok this is my code [code:1:e439519f0e]<form name="form1" method="post" action="http://www.weerddesigns.com/cgi-bin/cgiemail/cgi-bin/email.txt">
<table width="75%" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="344" height="22" align="left"><font size="+1">Name</font></td>
<td><input name="yourname" type="text"></td>
</tr>
<tr>
<td height="22" align="left"><font size="+1">E-mail adrress</font></td>
<td><input name="email" type="text"></td>
</tr>
<tr>
<td height="22" align="left" valign="top"><font size="+1">What is
the name of your business?</font></td>
<td><input name="website" type="text"></td>
</tr>
<tr>
<td height="22" align="left" valign="top"><font size="+1">Do you have
an existing Website?</font></td>
<td><input name="companyname" type="text"></td>
</tr>
<tr>
<td height="22" align="left"><font size="+1">Contact Phone number</font></td>
<td><input name="phone" type="text"></td>
</tr>
<tr>
<td height="22" align="left"><font size="+1">When is the best time
to contact you? (Time zone needed)</font></td>
<td><input name="contacttime" type="text"></td>
</tr>
<tr >
<td align="center" colspan="2"> </td>
</tr>
<tr >
<td align="center" colspan="2"><font size="+1">Comments</font></td>
</tr>
<tr >
<td align="center" colspan="2"><textarea name="comments" cols="50" rows="10"></textarea></td>
</tr>
<tr >
<td align="center" colspan="2"> </td>
</tr>
<tr>
<td colspan="2"align="center"><input name="" type="submit" value="Send e-mail">
<input name="clear form" type="reset" value="Clear Form"></td>
</tr>
</table>
</form>[/code:1:e439519f0e]
that code above works with no problem the problem is when I input the line to redirect the submitter to a new page it cannot ever find the page and it is going to a completely opposite page I tell it to.
[code:1:e439519f0e]
<INPUT TYPE="hidden" NAME="success" VALUE="http://www.weerddesigns.com/contactsuccess.html">[/code:1:e439519f0e]
I get an error when put it anywhere in the form code including right under the form opening tag... I am puzzled. I have it working with the same type of coding on a different page and yet it doesn't work on this one. I am so frustraited with this. any help would be greatly appreciated. I am probably overlooking somthing stupid but hey we all know how that goes.
|