Hello Group,
I am trying to create a Order Form with Multiple products using the Qnty text input form... (only one add to cart submit for various products and qnty)
Is there any Order.CGI input docs I can look at?
My issue is that I cant refernce the
[-- PRODUCT.RECORDNUMBER --]:qnty form variable within my Javascript...
ie
document.myform.37:qnty.value runtime error
document.myform.itemnum.value returns 37
document.myform.storeid.value returns valid id
Any help would be great...thanks in advance..
Patrick