I would like to have the value of the quantity field set to 1 or use a drop down list for quantity. Is this possible?
Thanks,
Alisa
I would like to have the value of the quantity field set to 1 or use a drop down list for quantity. Is this possible?
Thanks,
Alisa
If you mean the quantity for a product, yes. If you add a single product to your form, on the advanced tab, check the box "Allow field to be populated dynamically" and then you will get three single line inputs for the parameters for "name", 'price' and 'quantity'. Insert your parameter names there, and then you can pre-populate those values with any of the methods shown on this page.
http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically
Does that help?