Back to Templates
VerificationDefault Theme: business
ID & Qualification Verification
Collect identity documents with OCR card-parsing pre-mappings.
Use the identity qualification templateEditable • Share link / QR
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.
Properties & Integrations
ScenarioIdentity upload and credential audit for verification
Split PosterSplit Double Column (invoice-stack)
OCR Templateid_card
Webhook optiongeneric
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| What is your full legal name? | applicant_name | text | ✓ Yes |
| What is your primary phone or email? | contact | text | ✓ Yes |
| Upload your ID or qualification document | qualification_image | image | ✓ Yes |
| What is the purpose of this application? | application_purpose | select | ✓ Yes |
| Do you consent to secure data processing? | consent | radio | ✓ Yes |
| Additional verification notes | reviewer_note | textarea | -- |
Properties & Integrations
ScenarioIdentity upload and credential audit for verification
Split PosterSplit Double Column (invoice-stack)
OCR Templateid_card
Webhook optiongeneric
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.
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
Use the configured image extraction workflow to turn supported image content into structured fields.
generic 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": "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..."
}
]
}