createSubmission( )


Creates a submission.

The createSubmission() function is an alternative way to the WixFormsV2 element for submitting a form. In this case, clicking the submit button is unnecessary, the submission is automatically created when calling this function.

Permissions
Manage Submissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
submissionFormSubmissionRequired

Submission to create.


optionsCreateSubmissionOptions

Optional fields.

Returns
Return Type:Promise<CreateSubmissionResponse>
Was this helpful?
Yes
No