Event Registration Form
Collect event signups, RSVP responses, workshop or webinar intake, then share by link or QR code and review submissions.
Properties & Integrations
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| What is your full name? | attendee_name | text | ✓ Yes |
| Your contact number or email? | contact | text | ✓ Yes |
| Organization / Company? | company | text | -- |
| What is your role? | role | text | -- |
| How will you attend? | attendance_preference | radio | ✓ Yes |
| Any dietary or accessibility needs? | preference | textarea | -- |
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.
Related workflows
See how this template can support lead capture, notifications, feedback, or publishable workflows.
Feishu and DingTalk Form Notifications
Turn public forms into operational notifications for Feishu, DingTalk, WeCom, Slack, or generic webhook workflows.
Event Registration Form Builder with QR Sharing
Create an event registration form with AI for signup, RSVP, workshops, webinars, and small events. Share it by public link or QR code, review submissions, export CSV, and route follow-up through webhook-ready workflows.
QR Code Form Builder
Create a mobile-friendly form with AI, publish it as a public link, and use QR code access for events, counters, posters, classrooms, surveys, or field collection.
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.
{
"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..."
}
]
}