Contact Us Form
Perfect for gathering generic customer questions and routing to support.
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 should we call you? | name | text | ✓ Yes |
| What is your email or phone number? | email_or_phone | text | ✓ Yes |
| What is the nature of your inquiry? | topic | textarea | ✓ Yes |
| When is the best time to contact you? | preferred_contact_time | text | -- |
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.
Law Firm Client Intake Form Template
Create a client intake form for law firms that captures contact details, case type, urgency, and supporting notes before consultation.
Website Contact Form Template for Business Inquiries
Create a professional website contact form that captures inquiry type, contact details, project context, and follow-up preferences.
Related workflows
See how this template can support lead capture, notifications, feedback, or publishable workflows.
Google Forms Alternative with AI
Move beyond blank Google Forms by generating polished forms from a prompt, publishing share links, and routing responses into your workflow.
Webhook Form Builder with Retry Logs
Build forms that do more than collect responses: publish them, deliver submissions to a webhook, and inspect delivery status when something fails.
Contact Form Builder for Websites
Create a polished contact form for your website, collect inquiries, and route new messages into your follow-up workflow.
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 feishu_bot webhook dispatch
Instantly route submitted entries to your CRM, team message logs, or any custom API with full retry logs.
{
"layout": "single",
"aspects": {
"welcomeImage": "cozy-calendar",
"themeVariant": "default",
"preferredDevice": "phone"
},
"fields": [
{
"key": "name",
"label": "What should we call you?",
"type": "text",
"required": true,
"placeholder": "e.g., Jane Doe"
},
{
"key": "email_or_phone",
"label": "What is your email or phone number?",
"type": "text",
"required": true,
"placeholder": "Where we can best reach you"
},
{
"key": "topic",
"label": "What is the nature of your inquiry?",
"type": "textarea",
"required": true,
"placeholder": "How can our team help you today?"
},
{
"key": "preferred_contact_time",
"label": "When is the best time to contact you?",
"type": "text",
"required": false,
"placeholder": "e.g., Weekday afternoons, tomorrow morning"
}
]
}