Form Object


Properties
idstringRead-onlyformat GUID

Form ID.


headerobject

Form header


actionLabelsobject

Available payment actions.


nameobject

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.


firstNameobject

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.


lastNameobject

Customer's last name.


emailobject

Customer's email address.


phoneobject

Customer's phone number.


numberOfParticipantsobject

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


addressobject

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.

Was this helpful?
Yes
No