Form Object


Properties
idstringRead-onlyformat GUID

Form ID.


headerHeader

Form header


actionLabelsActionLabels

Available payment actions.


nameName

Deprecated. Please use first_name and set name to an empty value. Either name or first_name must be provided, if a value exists for name it will be copied to first_name otherwise, the value of first_name will be copied to name. When using first_name, name must always be set to an empty value.


firstNameFirstName

Either name or first_name must be provided, if a value exists for name it will be copied to first_name otherwise, the value of first_name will be copied to name. When using first_name, name must always be set to an empty value.


lastNameLastName

Customer's last name.


emailEmail

Customer's email address.


phonePhone

Customer's phone number.


numberOfParticipantsNumberOfParticipants

Number of participants being booked to the service (displayed in Wix Bookings UI only for services that allow booking multiple people per booking).


addressAddress

Customer's address (displayed in Wix Bookings UI only when a service’s location is set to "Customer’s Place").


customFieldsArray <FormField>maxItems 64

Custom fields which can be added to the form.

Did this help?