confirmSubmission( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Confirms a submission.

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

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