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

Event Registration Form

Collect event signups, RSVP responses, workshop or webinar intake, then share by link or QR code and review submissions.

Use the event registration templateEditable • Share link / QR
Interactive High-Fidelity Preview
Fill Out
1 / 6
Event Registration Form
Collect event signups, RSVP responses, workshop or webinar intake, then share by link or QR code and review submissions.
What is your full name?*

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

Template Fields

Question Text (Label)Required
What is your full name?Yes
Your contact number or email?Yes
Organization / Company?--
What is your role?--
How will you attend?Yes
Any dietary or accessibility needs?--

Properties & Integrations

ScenarioConference, webinar, and meetup registrations
Split PosterSplit Double Column (ai-planet-pass)
Webhook optionfeishu_bot

Create and publish

1. Choose this template to create a draft in your workspace.

2. Review the questions, then adjust labels, fields, or styling.

3. Save, publish, and then configure sharing or a webhook when needed.

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.

AI-customizable fields

Start from the template, then use AI to adapt questions, field labels, and the flow to the real scenario.

feishu_bot webhook option

Route submissions to a custom webhook endpoint or supported bot path, then review delivery logs and failed-delivery retries.

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": "attendance_preference",
      "label": "How will you attend?",
      "type": "radio",
      "required": true,
      "options": [
        {
          "label": "On site",
          "value": "onsite"
        },
        {
          "label": "Online",
          "value": "online"
        },
        {
          "label": "Not sure yet",
          "value": "not_sure"
        }
      ]
    },
    {
      "key": "preference",
      "label": "Any dietary or accessibility needs?",
      "type": "textarea",
      "required": false,
      "placeholder": "e.g., Vegetarian meal, wheelchair access..."
    }
  ]
}