Form Object

Properties
formIdstring
Form unique ID

formNamestring
Form name

collectionIdstring
ID of form submissions collection in WixData

fieldsArray <FormFieldDefinition>
List of form field definitions

submissionsnumber
Number of times the form was submitted on the website

lastSubmissionstringformat date-time
Timestamp of the last submission

statusstring
6 enum supported values:
UNDEFINEDPUBLISHEDDELETEDDRAFTDISCARDEDARCHIVED
Form status

createdAtstringformat date-time
Form creation time

pluginsArray <string>
List of plugins associated with this form
Was this helpful?
Yes
No

Form Submitted Event

This webhook is triggered whenever a site visitor fills out a Wix form on your user's site (Note that there are several other form apps/options available for user sites, but they will not trigger this webhook)

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Form Submissions
Read Members and Contacts - all read permissions
Manage Members and Contacts - all permissions
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