I hope this is in the right place...
Here's what I'm trying to do:
I need an application that can display a number of forms based on user input. For example, lets say the user has three cars - they would select three from a drop down menu. Then three forms would appear that would allow them to enter the make, model, and year of their cars. After they entered that information, they would go to the next form page, which would allow them to enter who drives which car.
First Form Page:
How many cars do you own <drop down box>
Second form page
Car 1
Make <drop down box>
Model <drop down box>
Year <drop down box>
Car 2
Make <drop down box>
Model <drop down box>
Year <drop down box>
Car 3
Make <drop down box>
Model <drop down box>
Year <drop down box>
Page 3:
Car 1
Driver <drop down box>
Car 2
Driver <drop down box>
Car 3
Driver <drop down box>
I'm not quite sure how to accomplish this...if anyone has any ideas, please let me know. I've got a decent amount of code already if anyone would like to see that.
Thanks!