Custom Questions
Build forms to collect qualification data from prospects during booking
Custom Questions
Custom questions let you collect information from prospects when they book. This data helps you qualify leads, prepare for calls, and personalize your approach.
Why Use Custom Questions?
Custom questions help you:
- Qualify leads before the call
- Prepare better with context about their needs
- Segment prospects based on responses
- Automate disqualification of poor-fit leads
- Track attribution with custom fields
Adding Questions
Step 1: Access Question Builder
- Open your booking link settings
- Navigate to the Questions tab
- Click Add Question
Step 2: Choose Question Type
Select from available question types:
| Type | Input | Best For |
|---|---|---|
| Text | Single line | Short answers, names, titles |
| Long Text | Multi-line | Detailed responses, descriptions |
| Select | Dropdown | Single choice from options |
| Multi-Select | Checkboxes | Multiple choices allowed |
| Email input | Additional contacts | |
| Phone | Phone input | Alternative numbers |
| Number | Numeric | Budget, team size, etc. |
Step 3: Configure the Question
| Setting | Description |
|---|---|
| Label | Question text shown to booker |
| Placeholder | Example text in the input |
| Required | Must be answered to complete booking |
| Help Text | Additional context below the field |
Built-In Fields
Every booking link includes these standard fields:
| Field | Type | Always Required |
|---|---|---|
| Name | Text | Yes |
| Yes | ||
| Phone | Phone | Configurable |
You can customize:
- Whether phone is required
- Placeholder text
- Help text
Question Types in Detail
Text
Single-line text input for short answers.
Configuration:
- Max character limit (optional)
- Placeholder text
- Required/optional
Example Uses:
- "What's your job title?"
- "Company name"
- "How did you hear about us?"
Long Text
Multi-line text area for detailed responses.
Configuration:
- Max character limit (optional)
- Rows to display
- Placeholder text
Example Uses:
- "Describe your current challenge"
- "What are you hoping to achieve?"
- "Any questions for our call?"
Select (Dropdown)
Single selection from predefined options.
Configuration:
- Option values
- Default selection (optional)
- Allow "Other" option
Example Uses:
- "What's your company size?"
- "What's your budget range?"
- "What industry are you in?"
Multi-Select (Checkboxes)
Multiple selections from predefined options.
Configuration:
- Option values
- Minimum/maximum selections
- Allow "Other" option
Example Uses:
- "Which products interest you?"
- "What challenges are you facing?"
- "Which team members will join?"
Number
Numeric input with validation.
Configuration:
- Minimum value
- Maximum value
- Step increment
Example Uses:
- "Team size"
- "Annual revenue"
- "Number of locations"
Question Order
Rearrange questions to create a logical flow:
- In the Questions tab, find the question to move
- Drag using the handle icon
- Drop in the new position
Recommended Order:
- Basic info (name, email, phone)
- Company/role context
- Qualifying questions
- Open-ended questions
Required vs Optional
When to Require
Make questions required when:
- Answer is essential for the call
- Used for disqualification
- Critical for lead routing
When to Make Optional
Make questions optional when:
- Nice-to-have information
- Might slow down conversion
- Some prospects won't have an answer
Impact on Conversion
More required questions = lower completion rate but higher quality leads.
Balance carefully:
| Questions | Expected Impact |
|---|---|
| 2-3 required | Minimal friction |
| 4-5 required | Some drop-off |
| 6+ required | Significant drop-off |
Disqualification Rules
Custom questions don't have show/hide conditional logic. The closest equivalent is disqualification — you can set rules on a question's answers that mark the lead as disqualified or send them to a fallback URL. Use disqualification rules when you'd otherwise be tempted to hide a follow-up question for an unqualified lead.
See Disqualification Rules for setup.
Using Responses
In Your Pipeline
Question responses appear:
- On the lead detail view
- In the activity timeline
- As custom fields
For Disqualification
Link questions to disqualification rules:
- Go to Qualification tab
- Select which question
- Choose disqualifying answers
In Zapier
Responses are included in Zapier trigger data as custom fields.
Via API
Access responses through the API:
query GetLead($id: ID!) {
lead(id: $id) {
name
customFields {
fieldId
value
}
}
}Best Practices
Question Writing
Do:
- Keep questions clear and concise
- Use specific options (not vague ranges)
- Provide helpful placeholder text
- Match language to your audience
Don't:
- Ask for information you won't use
- Use jargon prospects won't understand
- Make every question required
- Duplicate information you'll ask on the call
Qualifying Questions
Effective qualifying questions:
| Category | Example Question |
|---|---|
| Budget | "What's your budget for this project?" |
| Authority | "Are you the decision-maker?" |
| Need | "What problem are you trying to solve?" |
| Timeline | "When do you need a solution?" |
| Fit | "How many team members would use this?" |
For Different Meeting Types
| Meeting Type | Question Focus |
|---|---|
| Discovery | Open-ended, understand needs |
| Demo | Technical requirements, use case |
| Consultation | Specific challenges, goals |
| Intro | Basic qualification |
Managing Questions
Edit a Question
- Find the question in the list
- Click on it to expand
- Make changes
- Changes auto-save
Delete a Question
- Find the question
- Click the delete icon
- Confirm deletion
Deleting a question removes it from new bookings. Existing responses are preserved.
Duplicate a Question
- Find the question to copy
- Click duplicate icon
- Modify as needed
Examples
B2B SaaS Discovery Call
Required:
1. Company name (text)
2. Job title (text)
3. Company size (select: 1-10, 11-50, 51-200, 200+)
4. What's your primary challenge? (select: options...)
Optional:
5. Anything specific you'd like to discuss? (long text)Consulting Call
Required:
1. Company/Organization (text)
2. What service interests you? (select)
3. Budget range (select)
4. Timeline (select: Urgent, 1-3 months, 3-6 months, Just exploring)
Optional:
5. Describe your project (long text)Product Demo
Required:
1. Role (select: Individual, Team Lead, Executive)
2. Current tools (multi-select)
3. Team size (number)
Optional:
4. Specific features you want to see? (long text)Next Steps
- Disqualification Rules - Auto-filter based on responses
- UTM Tracking - Track where leads come from
- Embedding - Pre-fill questions via URL