Lead Capture Form
Perfect for capturing prospect details, interests, budget, and timeline.
Properties & Integrations
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
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 looking to build? | interest_area | select | ✓ Yes |
| When do you plan to launch? | budget_timeline | radio | -- |
| Any specific integrations or requirements in mind? | extra_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.
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, tune the fields, publish it, and start collecting prospects from your site or campaign.
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 generic webhook dispatch
Instantly route submitted entries to your CRM, team message logs, or any custom API with full retry logs.
{
"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 looking to build?",
"type": "select",
"required": true,
"options": [
{
"label": "AI Agent Page",
"value": "ai_agent"
},
{
"label": "Multi-step Signup",
"value": "signup_flow"
},
{
"label": "OCR Workflow",
"value": "ocr_flow"
},
{
"label": "Other Business App",
"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": "Any specific integrations or requirements in mind?",
"type": "textarea",
"required": false,
"placeholder": "e.g., Need Feishu/Slack Webhooks..."
}
]
}