litenup
09-02-2006, 03:20 AM
Need help getting this form to work. This is my current code:
<form action="http://www.litenupcandles.com/cgi/formmail" method="post" name="Email Form" id="Email Form">
<table width="460" border="0" bgcolor="#900000">
<tr>
<td width="150"><span class="style28">Store Name / dba </span></td>
<td width="300"><input name="storename" type="text" id="storename" size="50"></td>
</tr>
<tr>
<td><span class="style28">Resale Number </span></td>
<td><input name="resalenumber" type="text" id="resalenumber" size="50"></td>
</tr>
<tr>
<td><span class="style28">Email Address </span></td>
<td><input name="emailaddress" type="text" id="emailaddress" size="50"></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input type="submit" name="Submit" value="Submit">
<input name="Reset" type="reset" id="Reset" value="Reset Form">
<input name="mailto" type="hidden" value="wholesaleinfo@litenupcandles.com">
<input name="subject" type="hidden" value="the subject of the email">
</div></td>
</tr>
</table>
</form>
Can anyone figure what is wrong. Have never done this before and am not experienced in writing code. This is just a simple request from my customers for their store name, resale number and email address. I will be placing it on page:
http://www.litenupcandles.com/wholesaleinfo.html
Thanks for any help
<form action="http://www.litenupcandles.com/cgi/formmail" method="post" name="Email Form" id="Email Form">
<table width="460" border="0" bgcolor="#900000">
<tr>
<td width="150"><span class="style28">Store Name / dba </span></td>
<td width="300"><input name="storename" type="text" id="storename" size="50"></td>
</tr>
<tr>
<td><span class="style28">Resale Number </span></td>
<td><input name="resalenumber" type="text" id="resalenumber" size="50"></td>
</tr>
<tr>
<td><span class="style28">Email Address </span></td>
<td><input name="emailaddress" type="text" id="emailaddress" size="50"></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input type="submit" name="Submit" value="Submit">
<input name="Reset" type="reset" id="Reset" value="Reset Form">
<input name="mailto" type="hidden" value="wholesaleinfo@litenupcandles.com">
<input name="subject" type="hidden" value="the subject of the email">
</div></td>
</tr>
</table>
</form>
Can anyone figure what is wrong. Have never done this before and am not experienced in writing code. This is just a simple request from my customers for their store name, resale number and email address. I will be placing it on page:
http://www.litenupcandles.com/wholesaleinfo.html
Thanks for any help