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 templateAI Ready • 30s Deploy
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 Targetfeishu_bot

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.

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.

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