Hello, i have a long form with a progress bar that can save drafts.
The problem is that the forms do not allow user to fill the form in a unordered manner. It forces the user to go from page 1 to 2 to 3 as all the fields are required.
But in that case the user will often have only part of the requested infos when saving its drafts : so it could be answer 3, 7 and 8. And the next day hey may fill answers 1, 2 and 6.
How would you go to set all the fields as not required and set them as required only for the submit action not for the save drafts ? Is only JS an option or did i miss something in the form/fields parameters ?
Thanks