I am struggling to get this form to cooperate with me. Can someone see a problem with it? and help me fix it?
Here is the code:
thanks for any help you can give.
Here is the code:
<form action="http://ww#.aitsafe.com/cf/add.cfm" method="POST" name="Button1">
<input name="qty2" type="checkbox" value="1">
<input type="hidden" name="price2" value="71.95">
<input type="hidden" name="product2" value="fgm-grain-attach">
FGM Grain Mill Head Attachment $71.95<br>
<input name="qty2" type="checkbox" value="1">
<input type="hidden" name="price2" value="71.95">
<input type="hidden" name="product2" value="fgm-flaker">
FGM Flaker Attachment $71.95<br>
<input name="qty2" type="checkbox" value="1">
<input type="hidden" name="price2" value="169.95">
<input type="hidden" name="product2" value="fgm-motor-base">
FGM Motor Base Only $169.95<br>
<input name="qty2" type="checkbox" value="1">
<input type="hidden" name="price2" value="169.95">
<input type="hidden" name="product2" value="fgm-handbase">
FGM Hand Crank Base Only $169.95<br>
<input name="qty2" type="checkbox" value="1">
<input type="hidden" name="price2" value="109.95">
<input type="hidden" name="product2" value="fgm-bosch-grain-attach">
FGM NEW Grain Mill Attachment fits DIRECTLY to Bosch Universal $109.95<br>
<input name="qty2" type="checkbox" value="1">
<input type="hidden" name="price2" value="111.95">
<input type="hidden" name="product2" value="fgm-bosch-flaker-attach">
FGM NEW Flaker Attachment fits DIRECTLY to Bosch Universal $111.95<br>
<input name="qty2" type="checkbox" value="1">
<input type="hidden" name="price2" value="36.95">
<input type="hidden" name="product2" value="fgm-replacement-burr-set">
FGM Replacement Burr Set $36.95<br>
<input name="qty2" type="checkbox" value="1">
<input type="hidden" name="price2" value="73.95">
<input type="hidden" name="product2" value="fgm-meat-grinder">
FGM Meat Grinder Attachment $73.95<br>
<input name="qty2" type="checkbox" value="1">
<input type="hidden" name="price2" value="73.95">
<input type="hidden" name="product2" value="fgm-food-processor">
FGM Food Processor Attachment $73.95<br>
<br>
<input name="userid" type="hidden" value="shopping-acct-number" />
<input name="return" type="hidden" value="www.histakes-spelt.php/grainmills" />
<input name="submit" type="submit" value="Add to Cart" />
</form>
p.s. I would use the bvafp (did I get all those letters in the right order?), but I haven't quite published yet... and it looks like you must publish before you can use it.thanks for any help you can give.
Comment