Back to Templates
Lead CaptureDefault Theme: dark
Early Access Waitlist
Build pre-launch hype and capture early adopter interests.
Use This TemplateAI Ready • 30s Deploy
Properties & Integrations
ScenarioPre-launch signups and private beta list
Split PosterSplit Double Column (waitlist-rocket)
Webhook Targetgeneric
Interactive High-Fidelity Preview
🚀
Fill Out
1 / 5
Early Access Waitlist
Build pre-launch hype and capture early adopter interests.
How should we address you?*
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| How should we address you? | contact_name | text | ✓ Yes |
| What email address should we invite? | ✓ Yes | ||
| Which option best describes your role? | user_type | select | ✓ Yes |
| What is the #1 problem you hope this tool solves for you? | pain_point | textarea | ✓ Yes |
| Can we send you occasional sneak peeks and launch updates? | invite_preference | 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 workflows
See how this template can support lead capture, notifications, feedback, or publishable workflows.
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.
Form JSON Schema
{
"layout": "single",
"aspects": {
"welcomeImage": "waitlist-rocket",
"themeVariant": "gradient-flow"
},
"fields": [
{
"key": "contact_name",
"label": "How should we address you?",
"type": "text",
"required": true,
"placeholder": "e.g., Alex"
},
{
"key": "email",
"label": "What email address should we invite?",
"type": "email",
"required": true,
"placeholder": "e.g., [email protected]"
},
{
"key": "user_type",
"label": "Which option best describes your role?",
"type": "select",
"required": true,
"options": [
{
"label": "Founder / Creator",
"value": "founder"
},
{
"label": "Product / Ops Manager",
"value": "product_ops"
},
{
"label": "Developer / Engineer",
"value": "developer"
},
{
"label": "Enterprise Team Lead",
"value": "enterprise"
},
{
"label": "Other",
"value": "other"
}
]
},
{
"key": "pain_point",
"label": "What is the #1 problem you hope this tool solves for you?",
"type": "textarea",
"required": true,
"placeholder": "e.g., Making contact forms look premium..."
},
{
"key": "invite_preference",
"label": "Can we send you occasional sneak peeks and launch updates?",
"type": "radio",
"required": false,
"options": [
{
"label": "Yes, I'd love that!",
"value": "yes"
},
{
"label": "No, just email me the beta invite",
"value": "beta_only"
}
]
}
]
}