Skip to main content

Manual Document Screen

The Manual Document screen enables secure ID capture from your users. You can configure it to collect one or multiple forms of identification, with full customization options.

Quick Implementation

Configuration Options

Customization Guide

Number of IDs

Configure how many ID documents users must submit:
Users will be guided through submitting each required document sequentially.

Page Title

Customize the page header:
Add descriptive text to guide users:
Use labels instead of label if you need to provide different text for each document when collecting multiple IDs.

Event Handling

Lifecycle Events

  • form:document:loaded (Screen mounted successfully)
  • form:document:ready (User completed document submission)
  • form:document:failed (Screen encountered an error)

Navigation Events

  • form:document:back - User clicked back button
  • form:document:navigate - Navigation occurred

Event Listening Example

Event Handlers
Best Practice
Always implement error handling for the form:document:failed event to provide a smooth user experience when issues occur.

Implementation Steps

1

Add Container Element

Add a container div to your HTML:
2

Initialize Component

Create and configure the document component:
3

Mount Component

Mount the component to your container:
4

Set Up Event Listeners

Add necessary event listeners for your use case:
Ensure your HTML element has the correct viewport meta tags for proper mobile rendering: