Lead Capture Form
Perfect for capturing prospect details, interests, budget, and timeline.
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Properties & Integrations
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| What should we call you? | contact_name | text | ✓ Yes |
| Which company or project are you building for? | company_name | text | -- |
| What's your best email address? | contact_method | text | ✓ Yes |
| What are you interested in? | interest_area | select | ✓ Yes |
| When do you plan to launch? | budget_timeline | radio | -- |
| What should our team know before following up? | extra_notes | textarea | -- |
Properties & Integrations
Create and publish
1. Choose this template to create a draft in your workspace.
2. Review the questions, then adjust labels, fields, or styling.
3. Save, publish, and then configure sharing or a webhook when needed.
Related solution guides
Continue from this template into a fuller workflow guide with fields, publishing steps, and SEO-ready use cases.
AI Lead Capture Form Builder for SaaS Teams
Create SaaS lead capture forms with qualification fields, Typeform-like flow, and webhook-ready handoff for sales follow-up.
Real Estate Inquiry Form Template
Create real estate inquiry forms that capture buyer or tenant intent, budget, preferred location, and contact details.
Related workflows
See how this template can support lead capture, notifications, feedback, or publishable workflows.
Typeform Alternative with Webhooks
Create Typeform-like forms, publish them fast, and send submissions to your own workflow without climbing into enterprise pricing.
AI Lead Capture Form Builder
Generate a lead capture form from a prompt, qualify visitors with the right questions, publish it, and route submissions into your follow-up workflow.
Smart Automation Features
High-Converting Layout
Engage respondents with our side-by-side design featuring immersive live visual assets.
AI-customizable fields
Start from the template, then use AI to adapt questions, field labels, and the flow to the real scenario.
generic webhook option
Route submissions to a custom webhook endpoint or supported bot path, then review delivery logs and failed-delivery retries.
{
"layout": "single",
"aspects": {
"welcomeImage": "aurora-sphere",
"themeVariant": "gradient-flow"
},
"fields": [
{
"key": "contact_name",
"label": "What should we call you?",
"type": "text",
"required": true,
"placeholder": "e.g., Jane Doe"
},
{
"key": "company_name",
"label": "Which company or project are you building for?",
"type": "text",
"required": false,
"placeholder": "e.g., Acme Corp"
},
{
"key": "contact_method",
"label": "What's your best email address?",
"type": "text",
"required": true,
"placeholder": "e.g., [email protected]"
},
{
"key": "interest_area",
"label": "What are you interested in?",
"type": "select",
"required": true,
"options": [
{
"label": "Product demo",
"value": "product_demo"
},
{
"label": "Pricing or plan details",
"value": "pricing"
},
{
"label": "Partnership or integration",
"value": "partnership"
},
{
"label": "Other request",
"value": "other"
}
]
},
{
"key": "budget_timeline",
"label": "When do you plan to launch?",
"type": "radio",
"required": false,
"options": [
{
"label": "This month",
"value": "this_month"
},
{
"label": "Within 1-3 months",
"value": "one_to_three_months"
},
{
"label": "Just researching",
"value": "researching"
}
]
},
{
"key": "extra_notes",
"label": "What should our team know before following up?",
"type": "textarea",
"required": false,
"placeholder": "Share your use case, team context, or integration needs."
}
]
}