POST

Create Submission


Note: The Form Submission API only works with the Wix Forms app. Call GetAppInstance to confirm that the app named wix_forms is installed on the site.


Creates a new submission.

Permissions
Manage Submissions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/form-submission-service/v4/submissions

Body Params
submissionSubmissionRequired

Submission to create.


captchaTokenstringminLength 1maxLength 3000

Captcha token.

Response Object
submissionSubmission

The created submission.

Create Submission Example 1
Request
cURL
Response
JSON
Errors
400Invalid Argument

There is 1 error with this status code.

404Not Found

There is 1 error with this status code.

428Failed Precondition

There are 2 errors with this status code.

503Unavailable

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?