GenForms.aiGenForms.ai
Back to Templates
Brand SuccessDefault Theme: business

Customer Story Submission

Collect success stories and secure media publishing permissions from your best clients.

Use This TemplateAI Ready • 30s Deploy

Properties & Integrations

ScenarioCollect customer case studies, quotes, and testimonials
Split PosterSplit Double Column (radar-scan)
Webhook Targetgeneric
Interactive High-Fidelity Preview
Fill Out
1 / 6
Customer Story Submission
Collect success stories and secure media publishing permissions from your best clients.
What's your name?*

💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.

Template Fields

Question Text (Label)Internal KeyField TypeRequired
What's your name?nametextYes
Which product or service did you use?product_usedtextYes
What challenge were you facing before using our product?before_problemtextareaYes
What measurable results or key benefits did you achieve?after_resulttextareaYes
Do we have permission to share your story publicly?public_permissionradioYes
Upload your company logo (optional)logo_fileimage--

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": "radar-scan",
    "themeVariant": "default",
    "preferredDevice": "desktop"
  },
  "fields": [
    {
      "key": "name",
      "label": "What's your name?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., Jane Doe"
    },
    {
      "key": "product_used",
      "label": "Which product or service did you use?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., AI Form Factory Enterprise Plan"
    },
    {
      "key": "before_problem",
      "label": "What challenge were you facing before using our product?",
      "type": "textarea",
      "required": true,
      "placeholder": "Describe the pain points in your workflow..."
    },
    {
      "key": "after_result",
      "label": "What measurable results or key benefits did you achieve?",
      "type": "textarea",
      "required": true,
      "placeholder": "e.g., Saved 5 hours/week, 20% increase in conversions..."
    },
    {
      "key": "public_permission",
      "label": "Do we have permission to share your story publicly?",
      "type": "radio",
      "required": true,
      "options": [
        {
          "label": "Yes, share with my name and company",
          "value": "public_named"
        },
        {
          "label": "Yes, but share anonymously",
          "value": "public_anonymous"
        },
        {
          "label": "No, keep this strictly private",
          "value": "private_only"
        }
      ]
    },
    {
      "key": "logo_file",
      "label": "Upload your company logo (optional)",
      "type": "image",
      "required": false,
      "help_text": "For case study presentation."
    }
  ]
}