Skip to main content
Setup Intake questions

How to setup intake questions to ask customers before they make a booking.

Ray M avatar
Written by Ray M
Updated over a week ago

Intake Questions let you ask questions to your customers before they book an event. Their responses will be available in their booking details.

Creating Intake Questions

Head to the tab Intake Questions, and add your fields. There are three types of Intake Questions: text fields, dates, dropdowns, multi-select, and confirmation checkboxes. You can set a label, help text, and even set if it needs to be required by your customers as they fill out each appointment.

Add/remove Intake Questions on Events

You can assign or unassign the intake questions that show up for an event:

  1. Select your event from the Dashboard, click Edit.

  2. Scroll down to the Intake Questions section

  3. Select the intake questions you want to enable, and Save Fields to Event.

  4. Now after a customer selects their time, they see your intake questions.



Add the intake questions to emails

Add the following text snippet in your emails (confirmation and reminder emails)

{{#each booking_line_items}}

{{this.name}}: {{this.value}}

{{/each}}

You can insert a line break by clicking at the end of the previous line, then click on 'New line' > Save.

This would go through each of your intake questions responses and add the values in there for you. Example of the email:

Re-order intake questions

Go to manage event, scroll to the intake questions that are assigned to that event and click “Reorder intake questions”. Click on the dots to the left of the field and drag them to the spot you wish

Making the field required or optional

  1. Go to the Intake Questions tab

  2. Click Edit on the question

  3. Check the required box to make it mandatory. Uncheck to make it optional

Modifying the Intake Questions

  1. Go to the Intake Questions tab

  2. Click Edit next to the question you want to modify.


Where can I view customer responses?

You can see the responses to your questions under Booking > List View > Intake Questions > View


Did this answer your question?