Basically Iv got PayPal items set up and I have for instance a text input feild called ItemQuantity1
When I press the corosponding add to cart button, I want it to use the value of ItemQuantity1 to fill the variable for quantity which PayPal uses.
so if I have: |15___| |Add to cart|
when I push add to cart I want it to say that I added 15 of this item.
I tried doing
... name=quantity value=$temQuantity1
but this didnt work
Thanks