Back to Templates
SchedulingDefault Theme: minimal
Booking Consultation Form
Perfect for scheduling sessions, booking calls, and group announcements.
Use This TemplateAI Ready • 30s Deploy
Properties & Integrations
ScenarioAppointments, schedules, solution engineer demos
Split PosterSplit Double Column (cozy-calendar)
Webhook Targetfeishu_bot
Interactive High-Fidelity Preview
MAY 2025
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Fill Out
1 / 5
Booking Consultation Form
Perfect for scheduling sessions, booking calls, and group announcements.
What is your name?*
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| What is your name? | customer_name | text | ✓ Yes |
| What would you like to focus on? | service_type | select | ✓ Yes |
| Your preferred date and time? | preferred_time | text | ✓ Yes |
| Where should we send the calendar invite? | contact | text | ✓ Yes |
| Any specific topics or documents we should review beforehand? | special_notes | textarea | -- |
30-Second Setup Guide
1. Click the 'Use This Template' button above to clone it.
2. Tweak labels or add questions in seconds using our AI Agent console.
3. Save, configure your custom webhook payload, and share the link.
Related solution guides
Continue from this template into a fuller workflow guide with fields, publishing steps, and SEO-ready use cases.
Smart Automation Features
High-Converting Layout
Engage respondents with our side-by-side design featuring immersive live visual assets.
No image parsing
Using our pre-mapped OCR workflows to parse text from photo attachments automatically.
Built-in feishu_bot webhook dispatch
Instantly route submitted entries to your CRM, team message logs, or any custom API with full retry logs.
Form JSON Schema
{
"layout": "single",
"aspects": {
"welcomeImage": "cozy-calendar",
"themeVariant": "default",
"preferredDevice": "desktop"
},
"fields": [
{
"key": "customer_name",
"label": "What is your name?",
"type": "text",
"required": true,
"placeholder": "e.g., Sarah Connor"
},
{
"key": "service_type",
"label": "What would you like to focus on?",
"type": "select",
"required": true,
"options": [
{
"label": "Custom Integration Architecture",
"value": "integrations"
},
{
"label": "Security & Data Governance",
"value": "security"
},
{
"label": "API Demo & Walkthrough",
"value": "demo"
},
{
"label": "General Question",
"value": "general"
}
]
},
{
"key": "preferred_time",
"label": "Your preferred date and time?",
"type": "text",
"required": true,
"placeholder": "e.g., Next Tuesday morning, or Thursday afternoon"
},
{
"key": "contact",
"label": "Where should we send the calendar invite?",
"type": "text",
"required": true,
"placeholder": "e.g., [email protected]"
},
{
"key": "special_notes",
"label": "Any specific topics or documents we should review beforehand?",
"type": "textarea",
"required": false,
"placeholder": "e.g., Reviewing our API docs at acme.com/api..."
}
]
}