
Announcements
I have a couple of questions:
1) Would it be advisable to use a multi-step form to allow users to submit 1 or more forms at once? There is standard information captured on each request type that users do not want to constantly repeat. There are 5 request types.
2) If the response to question 1 is yes, how can I get a submit button on each page?
Thanks in advance for any help.
A multistep form will let you have individual steps to complete a form, this is commonly used for an Application/Registration form for example.
At each individual step the data is saved in Dataverse. The concept of this functionality is that the form is only "submitted" at the last step, but again, the data is already saved in the system as they are progressing within the steps.
I hope this helps.