Hi was hoping I could get some assistance. I am trying to build a rather lengthy form to collect a large amont of data from users. It is not practical to put all fields on one form as there will be over 300 fields.
Is it possible to:
-Have a user input information on form 1 (ie name & address) click "continue" button;
-Form 2 Loads. Enter more informtion on form 2 click "continue" button
-Form 3 loads. Enter more information on form 3 click "continue" button
Etc...
Then have all info stored in one record on the data view based on an auto generated ID from form 1. Also when the user completes all forms in the series and a new record is generated i need all the info they input on the multiple forms e-mailed to me.
Thanks!!