Submission Created


Notes:

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.


Triggered when a submission is created.

Permissions
Read Submissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: SubmissionCreatedEnvelope): void | Promise<void>

Did this help?