GenForms.aiGenForms.ai
Back to Templates
File UploadsDefault Theme: business

Expense Reimbursement Form

Collect receipts and let OCR auto-fill structured amounts and dates.

Use the invoice collection templateEditable • Share link / QR
Interactive High-Fidelity Preview
Fill Out
1 / 6
Expense Reimbursement Form
Collect receipts and let OCR auto-fill structured amounts and dates.
What is your full name?*

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

Template Fields

Question Text (Label)Required
What is your full name?Yes
Your work email?Yes
Upload your receipt or invoice imageYes
What is the total amount?--
Select expense category--
Reimbursement notes or project reference--

Properties & Integrations

ScenarioOCR-assisted reimbursement and receipt organization
Split PosterSplit Double Column (invoice-stack)
OCR Templateinvoice
Webhook optiondingtalk_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.

Preset OCR invoice photo extraction

Use the configured image extraction workflow to turn supported image content into structured fields.

dingtalk_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": "invoice-stack",
    "themeVariant": "glass",
    "preferredDevice": "desktop"
  },
  "fields": [
    {
      "key": "applicant_name",
      "label": "What is your full name?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., Robert Chen"
    },
    {
      "key": "contact",
      "label": "Your work email?",
      "type": "text",
      "required": true,
      "placeholder": "e.g., [email protected]"
    },
    {
      "key": "invoice_image",
      "label": "Upload your receipt or invoice image",
      "type": "image",
      "required": true,
      "help_text": "High-resolution JPEG or PNG preferred for OCR auto-extraction."
    },
    {
      "key": "amount",
      "label": "What is the total amount?",
      "type": "number",
      "required": false,
      "placeholder": "Enter total value if known"
    },
    {
      "key": "cost_category",
      "label": "Select expense category",
      "type": "select",
      "required": false,
      "options": [
        {
          "label": "Travel & Transport",
          "value": "travel"
        },
        {
          "label": "Meals & Entertainment",
          "value": "meal"
        },
        {
          "label": "SaaS & Software Services",
          "value": "software"
        },
        {
          "label": "Office Supplies",
          "value": "office"
        },
        {
          "label": "Other Expenses",
          "value": "other"
        }
      ]
    },
    {
      "key": "remark",
      "label": "Reimbursement notes or project reference",
      "type": "textarea",
      "required": false,
      "placeholder": "e.g., Q2 Marketing Campaign, client dinner..."
    }
  ]
}