Back to Templates
Product FeedbackDefault Theme: dark
Beta Feedback Form
Collect bugs, user experience scores, and reproduction details.
Use This TemplateAI Ready • 30s Deploy
Properties & Integrations
ScenarioBeta app bug reporting and feature review
Split PosterSplit Double Column (terminal-log)
Webhook Targetgeneric
Interactive High-Fidelity Preview
$report --type bug
INFOConnecting to server...
ERRTimeout: 503
$
Fill Out
1 / 5
Beta Feedback Form
Collect bugs, user experience scores, and reproduction details.
Which app version or URL are you testing?*
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
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 | -- |
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 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": "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..."
}
]
}