We have a very large public form that has many field rules. Because of this, the performance is getting slower and slower to the point it is barley useable. I am considering options and one that I would like to test is to break the form into separate forms based on the different sections. The form is a finance application and has sections for: Applicant Info, Employment Info, Finance Info, Financial Income Info, Disclousers and Signatures.
I would like to have a separate form for each of these sections and have a button at the bottom of the first form that progresses to the next form and so on for each form section. Something like a "Save and Next" button that then loads the next form in sequence.
I am not sure how to go about this in Forms. I created a process and then created the separate forms for each section but how do I get the next form to load after the user clicks the button at the bottom of the first form?
I should also add that the users submitting the forms are public users so are not named participants. They are listed as "anonymous" users when the form is submitted.
I am sure I am overlooking something easy to get this to work but have not been able to get it working in the tests I have tried thus far.
Thanks,
Eric