Hello,
I'm looking to create a form that will allow a user to order any number of parts. This isn't e-commerce, there is no online store it just send someone an email on the other end. To that extent I need two features:
1) Populate the field dynamically from the database - which you guys rocked! Seriously. Awesome documentation.
2) Order an unlimited number of parts. Ideally after selecting one option in the drop down another drop down would appear underneath the first. This would go on until they need no more parts and press submit.
Is there any way to do the second question without manually creating 100 fields and then selectively showing them when the previous drop down is manipulated?
Thanks,