Forms: Drafts
Draft feature has been implemented to save and track unfinished applications.
Use case:
- If there is a large form to submit and the user does not have the sufficient information at the time of filling.
- If a power failure or network failure happens during form filling, data might be lost in such cases. These circumstances can be avoided by saving the form as draft.
- Users have the option to save a draft and submit the form later.
Features:
- The draft feature is totally customizable. By altering the configuration, this feature can be disabled if a given installation doesn't require it.
- The polling rate is also configurable.
- Works for anonymous users and multitenant environments.
1. Autosave of submission data
The submission data will automatically be saved to the Drafts table (Drafts tab in Submit > Forms) once the user opens the form for submission.
2. Continue with the form
The forms which are not submitted/unfinished applications will appear in the Drafts tab (Submit > Forms).
Users can continue filling out the form by clicking the Edit Draft button.
Note: Once the user submits the form, the form is moved to the Submissions Tab