Contact Us Form
Perfect for gathering generic customer questions and routing to support.
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Properties & Integrations
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 | -- |
Properties & Integrations
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.
Web Design Client Intake Form Template
Create a web design client intake form with AI. Replace static PDF questionnaires with a mobile-friendly intake flow for project goals, reference sites, brand preferences, budget, and timeline.
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, send form submissions to a webhook, and inspect delivery logs or retry status when something fails.
AI Website Contact Form Builder
Create a website contact form with AI, publish it as a share link or QR code, review submissions in a dashboard, export CSV responses, and connect webhook-ready follow-up when your process needs it.
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.
Built-in feishu_bot webhook dispatch
Route submissions to a custom webhook endpoint or supported bot path, then review delivery logs and failed-delivery retries.
{
"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"
}
]
}