Lattman
10-20-2008, 06:10 AM
Hi!
I've been trying none end to get this form working for a friend..I always get the same error -
Here's the code, it points to a script with www.godaddy.com (can anyone please look into it?) Thx!!:(:(
<form name="contact" method="post" action="gdform.asp" enctype="multipart/form-data" id="form">
<input type=hidden name="recipient" value="exquisitetaramtl@live.ca"/>
<input type=hidden name="subject" value="Online Inquiry"/>
<input type=hidden name="redirect" value="http://www.exquisitetara.com/index3.html"/>
<table style="width:515px; height: 149px;" class="style19">
<tr>
<td style="width:210px">
<table style="height: 155px">
<tr>
<td style="">Name: <br />
<input name="name" type="text" /></td>
</tr>
<tr>
<td style="">E-mail: <br />
<input name="email" type="text" /></td>
</tr>
<tr>
<td style="">Phone: <br />
<input name="phone" type="text" /></td>
</tr>
</table>
</td>
<td style="">Message: <br />
<textarea name="message" style="width: 336px; height: 107px"></textarea>
<div style="text-align:right">
<span><a href="#" onClick="document.getElementById('form').reset()">clear</a></span><img src="images/spacer.gif" alt="" width="26" height="1"/><span><a href="#" onClick="document.getElementById('form').submit()">send</a></span></div>
</td>
</tr>
</table>
</form>
I've been trying none end to get this form working for a friend..I always get the same error -
Here's the code, it points to a script with www.godaddy.com (can anyone please look into it?) Thx!!:(:(
<form name="contact" method="post" action="gdform.asp" enctype="multipart/form-data" id="form">
<input type=hidden name="recipient" value="exquisitetaramtl@live.ca"/>
<input type=hidden name="subject" value="Online Inquiry"/>
<input type=hidden name="redirect" value="http://www.exquisitetara.com/index3.html"/>
<table style="width:515px; height: 149px;" class="style19">
<tr>
<td style="width:210px">
<table style="height: 155px">
<tr>
<td style="">Name: <br />
<input name="name" type="text" /></td>
</tr>
<tr>
<td style="">E-mail: <br />
<input name="email" type="text" /></td>
</tr>
<tr>
<td style="">Phone: <br />
<input name="phone" type="text" /></td>
</tr>
</table>
</td>
<td style="">Message: <br />
<textarea name="message" style="width: 336px; height: 107px"></textarea>
<div style="text-align:right">
<span><a href="#" onClick="document.getElementById('form').reset()">clear</a></span><img src="images/spacer.gif" alt="" width="26" height="1"/><span><a href="#" onClick="document.getElementById('form').submit()">send</a></span></div>
</td>
</tr>
</table>
</form>