GenForms.aiGenForms.ai
Back to Templates
Event OperationsDefault Theme: dark

Event Registration Form

Register attendees, manage seats, and send Feishu/Slack notifications.

Use This TemplateAI Ready • 30s Deploy

Properties & Integrations

ScenarioConference, webinar, and meetup registrations
Split PosterSplit Double Column (ai-planet-pass)
Webhook Targetfeishu_bot
Interactive High-Fidelity Preview
Fill Out
1 / 6
Event Registration Form
Register attendees, manage seats, and send Feishu/Slack notifications.
What is your full name?*

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

Template Fields

Question Text (Label)Internal KeyField TypeRequired
What is your full name?attendee_nametextYes
Your contact number or email?contacttextYes
Organization / Company?companytext--
What is your role?roletext--
Select your pass typeticket_typeradioYes
Any dietary restrictions or seating preferences?preferencetextarea--

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 feishu_bot 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": "ai-planet-pass",
    "themeVariant": "gradient-flow"
  },
  "fields": [
    {
      "key": "attendee_name",
      "label": "What is your full name?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., Alex Johnson"
    },
    {
      "key": "contact",
      "label": "Your contact number or email?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., [email protected]"
    },
    {
      "key": "company",
      "label": "Organization / Company?",
      "type": "text",
      "required": false,
      "placeholder": "e.g., OpenLabs"
    },
    {
      "key": "role",
      "label": "What is your role?",
      "type": "text",
      "required": false,
      "placeholder": "e.g., Product Lead, Designer..."
    },
    {
      "key": "ticket_type",
      "label": "Select your pass type",
      "type": "radio",
      "required": true,
      "options": [
        {
          "label": "🎟️ General Admission",
          "value": "general"
        },
        {
          "label": "🌟 VIP Pass (Incl. Lounge Access)",
          "value": "vip"
        }
      ]
    },
    {
      "key": "preference",
      "label": "Any dietary restrictions or seating preferences?",
      "type": "textarea",
      "required": false,
      "placeholder": "e.g., Vegetarian meal, front-row seat..."
    }
  ]
}