Submission Object


Form submission that was created or retrieved.

Properties
accessRestrictionstringformat GUIDimmutable

Authorized viewer ID.


contactIdstringformat GUIDimmutable

Contact ID of a site visitor who created the submission.


_createdDateDateimmutable

Date and time the form submission was created.


extendedFieldsExtendedFields

Data extension object that holds users' and apps' fields.


formIdstringformat GUIDimmutable

ID of the form which the submission belongs to.


_idstringRead-onlyformat GUID

Submission ID.


namespacestringRead-onlyminLength 10maxLength 50

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.


orderDetailsOrderDetails

Order details.
Note: This object is only applicable when submitting a form in the Wix Payments app.


revisionstringRead-onlyformat int64

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.


seenboolean

Whether a site owner marked a submission as "seen".


statusstring

Status of the submission.


submissionsRecord <string, Value>format map

Submission values where key is the form field and value is the data submitted for the given field.


submitterSubmitterRead-only

ID of the visitor that submitted the form.


tagsPublicTags

Tag IDs collections associated with the current entity.


_updatedDateDateRead-only

Date and time the form submission was updated.

Did this help?