GenForms.aiGenForms.ai
Back to Templates
VerificationDefault Theme: business

ID & Qualification Verification

Collect identity documents with OCR card-parsing pre-mappings.

Use This TemplateAI Ready • 30s Deploy

Properties & Integrations

ScenarioIdentity upload and credential audit for verification
Split PosterSplit Double Column (invoice-stack)
OCR Templateid_card
Webhook Targetgeneric
Interactive High-Fidelity Preview
Fill Out
1 / 6
ID & Qualification Verification
Collect identity documents with OCR card-parsing pre-mappings.
What is your full legal name?*

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

Template Fields

Question Text (Label)Internal KeyField TypeRequired
What is your full legal name?applicant_nametextYes
What is your primary phone or email?contacttextYes
Upload your ID or qualification documentqualification_imageimageYes
What is the purpose of this application?application_purposeselectYes
Do you consent to secure data processing?consentradioYes
Additional verification notesreviewer_notetextarea--

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.

Preset OCR id_card photo extraction

Using our pre-mapped OCR workflows to parse text from photo attachments automatically.

Built-in generic 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": "invoice-stack",
    "themeVariant": "default",
    "preferredDevice": "desktop"
  },
  "fields": [
    {
      "key": "applicant_name",
      "label": "What is your full legal name?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., Robert Chen"
    },
    {
      "key": "contact",
      "label": "What is your primary phone or email?",
      "type": "text",
      "required": true,
      "placeholder": "Where we can contact you regarding audit status"
    },
    {
      "key": "qualification_image",
      "label": "Upload your ID or qualification document",
      "type": "image",
      "required": true,
      "help_text": "High-resolution photo preferred for OCR card parsing."
    },
    {
      "key": "application_purpose",
      "label": "What is the purpose of this application?",
      "type": "select",
      "required": true,
      "options": [
        {
          "label": "Membership Certification",
          "value": "membership"
        },
        {
          "label": "Exclusive Event Admittance",
          "value": "event_access"
        },
        {
          "label": "Regular Identity Audit",
          "value": "verification"
        },
        {
          "label": "Other Purpose",
          "value": "other"
        }
      ]
    },
    {
      "key": "consent",
      "label": "Do you consent to secure data processing?",
      "type": "radio",
      "required": true,
      "options": [
        {
          "label": "Yes, I consent",
          "value": "yes"
        },
        {
          "label": "No, I decline",
          "value": "no"
        }
      ]
    },
    {
      "key": "reviewer_note",
      "label": "Additional verification notes",
      "type": "textarea",
      "required": false,
      "placeholder": "Provide any additional context or reference numbers..."
    }
  ]
}