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

Contact Us Form

Perfect for gathering generic customer questions and routing to support.

Use This TemplateAI Ready • 30s Deploy

Properties & Integrations

ScenarioWebsite, personal page, and institutional inquiries
Split PosterSplit Double Column (cozy-calendar)
Webhook Targetfeishu_bot
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)Internal KeyField TypeRequired
What should we call you?nametextYes
What is your email or phone number?email_or_phonetextYes
What is the nature of your inquiry?topictextareaYes
When is the best time to contact you?preferred_contact_timetext--

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.

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.

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