Back to Templates
Event OperationsDefault Theme: minimal
Event Feedback Survey
Perfect for event retrospective, attendee satisfaction, and session review.
Use the event feedback templateAI Ready • 30s Deploy
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.
Properties & Integrations
ScenarioPost-event satisfaction and feedback collection
Split PosterSplit Double Column (3d-emoji-nps)
Webhook Targetgeneric
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| Which session or event did you attend? | event_name | text | ✓ Yes |
| Overall, how satisfied were you with this event? | overall_rating | radio | ✓ Yes |
| Which segment or topic did you find most valuable? | most_valuable_part | textarea | -- |
| What is one thing we could improve for next time? | improvement_suggestion | textarea | -- |
| Would you like to attend our future events? | join_next_event | radio | -- |
Properties & Integrations
ScenarioPost-event satisfaction and feedback collection
Split PosterSplit Double Column (3d-emoji-nps)
Webhook Targetgeneric
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.
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.
Built-in generic webhook dispatch
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": "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"
}
]
}
]
}