<!-- Start form -->
<form name="mailform" method="post" action="http://mywebsite.com/cgi-bin/maillist/register.cgi">
<table width="80%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td align="right" width="50%"><b>Name:</b></td>
<td width="50%">
<input type="text" name="name" size="25" maxlength="40">
<font color="red">*</font>
<input type="hidden" name="account" value="5">
</td>
</tr>
<tr>
<td align="right" width="50%"><b>Email:</b></td>
<td width="50%">
<input type="text" name="email" size="25" maxlength="40">
<font color="red">*</font>
</td>
</tr>
<tr>
<td align="center" colspan="2"> <input type="submit" value="Subscribe"></td>
</tr>
</table>
</form>
<!-- End form -->
Any explanations please what I am doing wrong?