The field is also expandable and may contain entries to either select from a predefined list of values or input the exact number of items desired. This is accomplished by referencing "VARquanitity" in the field and inserting additional lines before the </form> closing tag.
| QUANTITY | VARIABLE CODE |
| Quantity Single Selection (customer has no choice, x items automatically placed in shopping cart) | x |
| Quantity Multiple Selection VARquantity --AND-- Paste this before the </form> tag . . . <select name="VARquantity"> | |
| Quantity Multiple Input VARquantity --AND-- Paste this before the </form> tag . . . <input type=text name="VARquantity" size=2 value=1> Enter # of items | |