Lead Magnet Access Request Form
Collect lead magnet access requests, resource interest, and follow-up consent. Deliver the resource separately through your existing process.
💡 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's your name? | name | text | ✓ Yes |
| Which work email can the team use to follow up? | ✓ Yes | ||
| Your company / Organization? | company | text | -- |
| Which resource are you requesting access to? | resource_type | select | ✓ Yes |
| May the team contact you about this request? | contact_sales | radio | -- |
Frequently Asked Questions
Q:What should a lead magnet access request form collect?
Start with work email, company or role, the requested resource, one useful qualification field, consent, and optional follow-up permission.
Q:Does GenForms automatically email or host the PDF?
No. This workflow collects and routes the access request. Your team provides the PDF or resource separately through its existing delivery process.
Q:Where can the team review resource requests?
Review submissions in the GenForms response dashboard, export CSV, or route the request through a generic webhook or supported bot path.
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.
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": "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 work email can the team use to follow up?",
"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 resource are you requesting access to?",
"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": "May the team contact you about this request?",
"type": "radio",
"required": false,
"options": [
{
"label": "Yes, I'd like a quick call",
"value": "yes"
},
{
"label": "No, just record my request",
"value": "no"
}
]
}
]
}