onSubmissionDeleted( )


Notes:

  • The Form Submission API is only available in Wix Studio and Editor X.
  • 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 deleted.

Method Declaration
Copy
Method Parameters
eventSubmissionDeleted

Information about the submission that was deleted.

An event that triggers when a submission is deleted
JavaScript
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?