AI Lead Magnet Download Form
Create an AI-assisted lead magnet download form for PDFs, whitepapers, reports, and gated content lead capture.
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's your name? | name | text | ✓ Yes |
| Which email should we send the PDF to? | ✓ Yes | ||
| Your company / Organization? | company | text | -- |
| Which guide are you looking to download? | resource_type | select | ✓ Yes |
| Would you like a solution guide callback? | contact_sales | radio | -- |
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 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": "default",
"preferredDevice": "phone"
},
"fields": [
{
"key": "name",
"label": "What's your name?",
"type": "text",
"required": true,
"placeholder": "e.g., Alex Doe"
},
{
"key": "email",
"label": "Which email should we send the PDF to?",
"type": "email",
"required": true,
"placeholder": "e.g., [email protected]"
},
{
"key": "company",
"label": "Your company / Organization?",
"type": "text",
"required": false,
"placeholder": "e.g., Acme Corp (optional)"
},
{
"key": "resource_type",
"label": "Which guide are you looking to download?",
"type": "select",
"required": true,
"options": [
{
"label": "Industry Whitepaper",
"value": "whitepaper"
},
{
"label": "Market Research Report",
"value": "report"
},
{
"label": "Customer Case Studies",
"value": "casebook"
},
{
"label": "Actionable Checklist",
"value": "checklist"
}
]
},
{
"key": "contact_sales",
"label": "Would you like a solution guide callback?",
"type": "radio",
"required": false,
"options": [
{
"label": "Yes, I'd like a quick call",
"value": "yes"
},
{
"label": "No, just the PDF please",
"value": "no"
}
]
}
]
}