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

User Interview Recruitment

Recruit relevant users for research interviews and filter by personas.

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)Required
What's your name?Yes
Your primary phone or email?Yes
Which segment best describes your role?Yes
What is your single biggest daily pain point?Yes
What is your availability for a 30-minute call?--

Properties & Integrations

ScenarioUser research screening and call scheduling recruitment
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.

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.

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