confirmSubmission( )


Confirms a submission.

Note: The Submissions API is only available in Wix Studio and Editor X.

You can only confirm a submission that has a PENDING status. When using forms from the Wix Pricing Plans app, the default submission status is PENDING. When using forms from the Wix Forms app, the default form submission status is CONFIRMED. You can change the default status for individual submissions using the updateSubmission() method.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Submissions
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
submissionIdstringRequired

Submission ID to confirm.

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