GenForms.aiGenForms.ai
Back to Templates
Contact InquiryDefault Theme: minimal

Contact Us Form

Perfect for gathering generic customer questions and routing to support.

Use the contact form templateEditable • Share link / QR
Interactive High-Fidelity Preview
MAY 2025
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Fill Out
1 / 4
Contact Us Form
Perfect for gathering generic customer questions and routing to support.
What should we call you?*

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

Template Fields

Question Text (Label)Required
What should we call you?Yes
What is your email or phone number?Yes
What is the nature of your inquiry?Yes
When is the best time to contact you?--

Properties & Integrations

ScenarioWebsite, personal page, and institutional inquiries
Split PosterSplit Double Column (cozy-calendar)
Webhook optionfeishu_bot

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.

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.

feishu_bot 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": "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"
    }
  ]
}