cURL
Booking Forms
Create Booking Form Field
Create a new booking form field for a Novacal event type, including label, field type, placeholder, required state, and options.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of event type
Body
application/json
Booking form field to create
Unique identifier for the form field within the event type
Maximum string length:
255Display 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