Submission Object


Form submission that was created or retrieved.

Properties
idstringRead-onlyformat GUID

Submission ID.


formIdstringformat GUID

ID of the form which the submission belongs to.


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.


statusstring
5 enum supported values:
UNDEFINEDPENDINGCONFIRMEDPAYMENT_WAITINGPAYMENT_CANCELED

Status of the submission.

  • PENDING: A submission is created, but has not yet been recorded in the Wix Forms collection.
  • PAYMENT_WAITING: A form submission requiring payment is created.
  • PAYMENT_CANCELED: An order of a form submission is canceled.
  • CONFIRMED: A submission is recorded in the Wix Forms collection.

submissionsMap <string, Value>format map

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


createdDatestringRead-onlyformat date-time

Date and time the form submission was created.


updatedDatestringRead-onlyformat date-time

Date and time the form submission was updated.


revisionintegerRead-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.


submitterobjectRead-only

ID of the visitor that submitted the form.


seenboolean

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


extendedFieldsobject

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


orderDetailsobject

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

Was this helpful?
Yes
No