Use case: we have several forms that are part of one process. Each form has many required fields, some of which the user doesn't have the information for right away. At each stage, we want to allow the user to save an incomplete form to be completed later.
Since the checkbox to save for later doesn't appear on anything but the starting form, we need a different way to save incomplete forms. That means all required fields have to be marked as not required and our process has to account for each required field.
Or is this functionality already there and I'm missing something in the setup?
Thanks!