GenForms.aiGenForms.ai
Back to Templates
User ResearchDefault Theme: minimal

User Interview Recruitment

Recruit relevant users for research interviews and filter by personas.

Use This TemplateAI Ready • 30s Deploy

Properties & Integrations

ScenarioUser research screening and call scheduling recruitment
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 / 5
User Interview Recruitment
Recruit relevant users for research interviews and filter by personas.
What's your name?*

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

Template Fields

Question Text (Label)Internal KeyField TypeRequired
What's your name?nametextYes
Your primary phone or email?contacttextYes
Which segment best describes your role?user_segmentselectYes
What is your single biggest daily pain point?current_problemtextareaYes
What is your availability for a 30-minute call?available_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.

Related solution guides

Continue from this template into a fuller workflow guide with fields, publishing steps, and SEO-ready use cases.

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's your name?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., Alex Doe"
    },
    {
      "key": "contact",
      "label": "Your primary phone or email?",
      "type": "text",
      "required": true,
      "placeholder": "Where we can reach you to schedule"
    },
    {
      "key": "user_segment",
      "label": "Which segment best describes your role?",
      "type": "select",
      "required": true,
      "options": [
        {
          "label": "Content Creator / Blogger",
          "value": "creator"
        },
        {
          "label": "Founder / Startup Employee",
          "value": "startup"
        },
        {
          "label": "Corporate Employee",
          "value": "enterprise_user"
        },
        {
          "label": "Academic / Researcher",
          "value": "student_researcher"
        },
        {
          "label": "Other Persona",
          "value": "other"
        }
      ]
    },
    {
      "key": "current_problem",
      "label": "What is your single biggest daily pain point?",
      "type": "textarea",
      "required": true,
      "placeholder": "e.g., Organizing weekly user feedback forms..."
    },
    {
      "key": "available_time",
      "label": "What is your availability for a 30-minute call?",
      "type": "text",
      "required": false,
      "placeholder": "e.g., Weekday evenings, or Saturday mornings"
    }
  ]
}