Form submission that was created or retrieved.
Authorized viewer ID.
Appointment details. This object is only applicable when submitting a form that creates a booking appointment.
Contact ID of a site visitor who created the submission.
Date and time the form submission was created.
Data extension object that holds users' and apps' fields.
ID of the form which the submission belongs to.
Submission ID.
The app which the form submissions belong to. For example, the namespace for the Wix Forms app is wix.form_app.form. Call Get Submission to retrieve the namespace.
Order details.
Note: This object is only applicable when submitting a form in the Wix Payments app.
Revision number, which increments by 1 each time the form submission is updated. To prevent conflicting changes, the existing revision must be used when updating a form submission.
Whether a site owner marked a submission as "seen".
Values the visitor submitted.
Each key is the target of a field in the form schema, which is the field's stable storage key rather than its ID or label. Only keys matching a field target are accepted.
Each value's shape follows that field's inputType: STRING fields submit a string, NUMBER a number, BOOLEAN a boolean, and ARRAY an array of the selected option values. Date and time fields are strings.
3 input types submit structured values: ADDRESS submits an address object, PAYMENT an array holding 1 product object per item bought, and SCHEDULING an appointment object.
For the full mapping, see About Submission Values.
ID of the visitor that submitted the form.
Tag IDs collections associated with the current entity.
Date and time the form submission was updated.