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

Event Feedback Survey

Perfect for event retrospective, attendee satisfaction, and session review.

Use This TemplateAI Ready • 30s Deploy

Properties & Integrations

ScenarioPost-event satisfaction and feedback collection
Split PosterSplit Double Column (3d-emoji-nps)
Webhook Targetgeneric
Interactive High-Fidelity Preview
😔
😐
😄
Fill Out
1 / 5
Event Feedback Survey
Perfect for event retrospective, attendee satisfaction, and session review.
Which session or event did you attend?*

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

Template Fields

Question Text (Label)Internal KeyField TypeRequired
Which session or event did you attend?event_nametextYes
Overall, how satisfied were you with this event?overall_ratingradioYes
Which segment or topic did you find most valuable?most_valuable_parttextarea--
What is one thing we could improve for next time?improvement_suggestiontextarea--
Would you like to attend our future events?join_next_eventradio--

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 workflows

See how this template can support lead capture, notifications, feedback, or publishable workflows.

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": "3d-emoji-nps",
    "themeVariant": "default",
    "preferredDevice": "phone"
  },
  "fields": [
    {
      "key": "event_name",
      "label": "Which session or event did you attend?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., AI Agent Launch Event"
    },
    {
      "key": "overall_rating",
      "label": "Overall, how satisfied were you with this event?",
      "type": "radio",
      "required": true,
      "options": [
        {
          "label": "😍 Very Satisfied",
          "value": "very_satisfied"
        },
        {
          "label": "🙂 Satisfied",
          "value": "satisfied"
        },
        {
          "label": "😐 Neutral",
          "value": "neutral"
        },
        {
          "label": "🙁 Unsatisfied",
          "value": "unsatisfied"
        }
      ]
    },
    {
      "key": "most_valuable_part",
      "label": "Which segment or topic did you find most valuable?",
      "type": "textarea",
      "required": false,
      "placeholder": "e.g., Theme sharing, hands-on workshop..."
    },
    {
      "key": "improvement_suggestion",
      "label": "What is one thing we could improve for next time?",
      "type": "textarea",
      "required": false,
      "placeholder": "Your suggestions help us run better events"
    },
    {
      "key": "join_next_event",
      "label": "Would you like to attend our future events?",
      "type": "radio",
      "required": false,
      "options": [
        {
          "label": "Yes, count me in!",
          "value": "yes"
        },
        {
          "label": "Depends on the topic",
          "value": "depends"
        },
        {
          "label": "No, thanks",
          "value": "no"
        }
      ]
    }
  ]
}