Customer Story Submission
Collect success stories and secure media publishing permissions from your best clients.
Properties & Integrations
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| What's your name? | name | text | ✓ Yes |
| Which product or service did you use? | product_used | text | ✓ Yes |
| What challenge were you facing before using our product? | before_problem | textarea | ✓ Yes |
| What measurable results or key benefits did you achieve? | after_result | textarea | ✓ Yes |
| Do we have permission to share your story publicly? | public_permission | radio | ✓ Yes |
| Upload your company logo (optional) | logo_file | image | -- |
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.
{
"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."
}
]
}