cURL
Booking Forms
Update Booking Form Field
Update a Novacal booking form field and change its label, input type, placeholder, required state, active status, order, or options.
PUT
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of event type
ID of booking form field to update
Body
application/json
Booking form field data to update
Display label for the form field
Maximum string length:
255The type of form field
Available options:
text, textarea, select, checkbox, radio, phone, email, multiple_emails Whether the form field is required
Whether the form field is active
Display order of the form field
Required range:
x >= 0Placeholder text for the form field
Maximum string length:
255Selectable options for select, checkbox, or radio fields