GenForms.aiGenForms.ai
Back to Templates
Lead CaptureDefault Theme: dark

Lead Capture Form

Perfect for capturing prospect details, interests, budget, and timeline.

Use the lead capture templateAI Ready • 30s Deploy

Properties & Integrations

ScenarioWebsite, landing page, and campaign lead generation
Split PosterSplit Double Column (aurora-sphere)
Webhook Targetgeneric
Interactive High-Fidelity Preview
Fill Out
1 / 6
Lead Capture Form
Perfect for capturing prospect details, interests, budget, and timeline.
What should we call you?*

💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.

Template Fields

Question Text (Label)Internal KeyField TypeRequired
What should we call you?contact_nametextYes
Which company or project are you building for?company_nametext--
What's your best email address?contact_methodtextYes
What are you interested in?interest_areaselectYes
When do you plan to launch?budget_timelineradio--
What should our team know before following up?extra_notestextarea--

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.

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": "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 interested in?",
      "type": "select",
      "required": true,
      "options": [
        {
          "label": "Product demo",
          "value": "product_demo"
        },
        {
          "label": "Pricing or plan details",
          "value": "pricing"
        },
        {
          "label": "Partnership or integration",
          "value": "partnership"
        },
        {
          "label": "Other request",
          "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": "What should our team know before following up?",
      "type": "textarea",
      "required": false,
      "placeholder": "Share your use case, team context, or integration needs."
    }
  ]
}