I am using the following code to send products to a shopping cart. It works for the first 50 items, but nothing past that. I heard that there is a limit of 50 items per form when using addmulti. Does anyone have any suggestions on how to add more than 50 items?
<td>
<div align="center"><img height="87" alt="" width="79" align="top" src="/Portals/8/Allens Files/DSC01279.JPG" /></div>
<div align="center"><font size="2"><strong>1/4 oz  Worm Sinker - Purple</strong></font></div>
<div align="center"><font size="2"><strong>(5 each per Pack) $7.00</strong></font></div>
<br />
<div align="center"><strong><font size="2">Quantity <input size="1" name="qty51" type="text" /> </font></strong>
<input type="hidden" name="product51" value="1/4oz Worm Sinker, Purple, 5 pack" />
<input type="hidden" name="price51" value="7.00" />
<input type="submit" onKeypress="this.form.action='http://ww11.aitsafe.com/cf/addmulti.cfm';this.form.submit();" onClick="this.form.action='http://ww11.aitsafe.com/cf/addmulti.cfm';this.form.submit();" value="Buy Now" /></div>
</td>
Thanks,
karen