Submission State Workflow
There are two submission states: draft and submitted. The set of allowed states for a form
can be configured in the form attribute allowedSubmissionStates.
By default, the only allowed state is submitted.
Drafts
Drafts, i.e. submissions in the draft state can only be accessed (read, updated, and deleted)
by their creators and people who were granted ("shared") the respective permissions to the draft.
Note: Sharing of drafts is only possible if Grant-Based Authorization is enabled for the form.
Submissions
Submissions in the submitted state can be accessed by users with form level submission permissions:
read_submissionsRead all submission of the formupdate_submissionsUpdate all submissions of the formdelete_submissionsDelete all submissions of the form
Submissions in the submitted state can be accessed by users with submission level submission permissions
if the respective granted actions are allowed for submissions of the form
(see Allowed Actions when Submitted)