Beta Feedback Form
Collect bugs, user experience scores, and reproduction details.
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Properties & Integrations
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| Which app version or URL are you testing? | product_version | text | ✓ Yes |
| What actions were you trying to perform? | completed_actions | checkbox | -- |
| Describe what happened versus what you expected | issue_description | textarea | ✓ Yes |
| How critical is this issue? | severity | radio | ✓ Yes |
| Paste any console logs or error messages (optional) | error_log | textarea | -- |
Properties & Integrations
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.
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.
{
"layout": "single",
"aspects": {
"welcomeImage": "terminal-log",
"themeVariant": "gradient-flow",
"preferredDevice": "desktop"
},
"fields": [
{
"key": "product_version",
"label": "Which app version or URL are you testing?",
"type": "text",
"required": true,
"placeholder": "e.g., Web App v1.2.0, or /dashboard"
},
{
"key": "completed_actions",
"label": "What actions were you trying to perform?",
"type": "checkbox",
"required": false,
"options": [
{
"label": "Creating a form",
"value": "create_form"
},
{
"label": "Integrating a Webhook",
"value": "webhook"
},
{
"label": "Previewing templates",
"value": "preview"
},
{
"label": "Submitting a response",
"value": "submit"
}
]
},
{
"key": "issue_description",
"label": "Describe what happened versus what you expected",
"type": "textarea",
"required": true,
"placeholder": "e.g., Form didn't redirect on submit..."
},
{
"key": "severity",
"label": "How critical is this issue?",
"type": "radio",
"required": true,
"options": [
{
"label": "Blocker (Cannot use app)",
"value": "blocker"
},
{
"label": "Major (Broken functionality)",
"value": "major"
},
{
"label": "Minor (UI layout/typo)",
"value": "minor"
}
]
},
{
"key": "error_log",
"label": "Paste any console logs or error messages (optional)",
"type": "textarea",
"required": false,
"placeholder": "TypeError: Cannot read properties of undefined..."
}
]
}