Submission Updated


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:

  • Submission is updated.
  • Submission order status is updated.
  • Submission is confirmed.
Permissions
Read Submissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

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

Did this help?