Hi again,
here is the code I am using. Funny thing is I had it working, I copied some 'form post' code from one of my pages and had it working, then I tried to add more tables and must have messed it up.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<FORM action="
http://ww8.aitsafe.com/cf/addmulti.cfm" TARGET="new" METHOD="post">
<input type="hidden" name="userid"value="A557164">
<INPUT type="hidden" name="return" value="
www.msbijouxbeads.com">
<TABLE width="563">
<TBODY>
<TR>
<TD align=left width="96">Auction Number:</TD>
<input type="hidden" name="product[]" value="Auction Number">
<TD align=left width="453">
<INPUT size=14 name="product[]"> (if applicable)</TD></TR>
<TR>
<TD align=left width="96">Item Won:</TD>
<TD align=left width="453">
<INPUT size=45 name="product[]"></TD></TR>
<TR>
<TD align=left width="96">Price:</TD>
<TD align=left width="453">$<INPUT size=10 name=price></TD></TR>
<TR>
<TD align=left width="96">Shipping:</TD>
<TD align=left width="453">$<INPUT size=10 name=units> </TD></TR></TBODY></TABLE>
<INPUT type="hidden" value="1" name="qty">
<INPUT type="submit" value= Submit ><INPUT type="reset" value= Reset >
</form>
</body>
</html>