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
Create and publish
1. Choose this template to create a draft in your workspace.
2. Review the questions, then adjust labels, fields, or styling.
3. Save, publish, and then configure sharing or a webhook when needed.
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.
generic webhook option
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..."
}
]
}