Form Submitted Event


This webhook is triggered whenever a site visitor fills out a Wix form on your user's site

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

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Members and Contacts - all permissions
Read Members and Contacts - all read permissions
Read Form Submissions
Learn more about permission scopes.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
contactIdstringformat GUID

Contact ID


formNamestring

Name of submitted form


submissionTimestringformat date-time

Time the form was submitted


submissionDataArray <Field>

Data submitted in the form


attachmentsArray <Attachment>

File(s) submitted in the form


Was this helpful?
Yes
No