Hi there,
Here is my situation. I'm trying to sell something using a gforms auth.net plugin form. However, when the quantity of the product is > 1 I would like to auto generate name fields for however many extra products are purchased above one. For example: If 3 were bought, it would ask for two name fields (or just a simple text line box). 60 Could also work too, for example. I was originally thinking of just putting a hidden text box, and having that show on a condition of quantity > 1 and having them put names in a comma delimited format, but I may need to do emails, etc as well, so auto generation would work best.
Is there any way to do this with gforms? Auto generate fields based upon an input number? Or would I be better off making a custom jQuery script that grabs the quantity field and then appends them? (Not sure how I would collect such data, though).
Thanks