GenForms.aiGenForms.ai
Back to Templates
Education & TrainingDefault Theme: business

Course Registration Form

Perfect for online classes, intensive bootcamps, and coaching signups.

Use This TemplateAI Ready • 30s Deploy

Properties & Integrations

ScenarioCourse enrollment and workshop registrations
Split PosterSplit Double Column (cozy-calendar)
Webhook Targetfeishu_bot
Interactive High-Fidelity Preview
MAY 2025
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Fill Out
1 / 5
Course Registration Form
Perfect for online classes, intensive bootcamps, and coaching signups.
What is your name?*

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

Template Fields

Question Text (Label)Internal KeyField TypeRequired
What is your name?student_nametextYes
Your email or phone number?contacttextYes
Which course would you like to enroll in?course_nameselectYes
What is your current experience level?experience_levelradio--
What is your primary learning goal?learning_goaltextareaYes

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": "cozy-calendar",
    "themeVariant": "default",
    "preferredDevice": "phone"
  },
  "fields": [
    {
      "key": "student_name",
      "label": "What is your name?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., Alex Johnson"
    },
    {
      "key": "contact",
      "label": "Your email or phone number?",
      "type": "text",
      "required": true,
      "placeholder": "For class details delivery"
    },
    {
      "key": "course_name",
      "label": "Which course would you like to enroll in?",
      "type": "select",
      "required": true,
      "options": [
        {
          "label": "Free Intro Course",
          "value": "intro_class"
        },
        {
          "label": "Deep-Dive Workshop",
          "value": "workshop"
        },
        {
          "label": "AI Application Bootcamp",
          "value": "bootcamp"
        },
        {
          "label": "1-on-1 Mentorship",
          "value": "private_coaching"
        }
      ]
    },
    {
      "key": "experience_level",
      "label": "What is your current experience level?",
      "type": "radio",
      "required": false,
      "options": [
        {
          "label": "Zero coding background",
          "value": "beginner"
        },
        {
          "label": "Some basic knowledge",
          "value": "intermediate"
        },
        {
          "label": "Already building projects",
          "value": "advanced"
        }
      ]
    },
    {
      "key": "learning_goal",
      "label": "What is your primary learning goal?",
      "type": "textarea",
      "required": true,
      "placeholder": "What are you hoping to get out of this?"
    }
  ]
}