GenForms.aiGenForms.ai
Back to Templates
Product FeedbackDefault Theme: dark

Beta Feedback Form

Collect bugs, user experience scores, and reproduction details.

Use the beta feedback templateEditable • Share link / QR
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)Required
Which app version or URL are you testing?Yes
What actions were you trying to perform?--
Describe what happened versus what you expectedYes
How critical is this issue?Yes
Paste any console logs or error messages (optional)--

Properties & Integrations

ScenarioBeta app bug reporting and feature review
Split PosterSplit Double Column (terminal-log)
Webhook optiongeneric

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.

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..."
    }
  ]
}