Early Access Waitlist
Build pre-launch hype and capture early adopter interests.
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Properties & Integrations
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 | -- |
Properties & Integrations
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.
AI-customizable fields
Start from the template, then use AI to adapt questions, field labels, and the flow to the real scenario.
Built-in generic webhook dispatch
Route submissions to a custom webhook endpoint or supported bot path, then review delivery logs and failed-delivery retries.
{
"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"
}
]
}
]
}