Review
The Review Module provides review screens for your users to confirm you captured their information correctly.
The Review Module provides two distinct review screens:
- Manual Flow Review: Allows users to review entered details before verification
- OCR Review: Enables review and correction of OCR-extracted information
Manual Flow Review
Overview
The Manual Flow Review screen presents two main sections:
- Personal Details: Name, date of birth, and address
- Document Details: Information for each captured ID
Users can edit information by clicking the respective “Edit” buttons to return to the corresponding input screens.
![Manual Review Screen](https://files.buildwithfern.com/https://frankieone1015.docs.buildwithfern.com/2025-01-17T06:05:51.484Z/pages/v1.14.1/OneSDK/implementation-guide/module/onesdk-ekyc-form/attachments/image-20241016-011318.png)
Implementation Guide
Configuration Options
Basic Configuration
Advanced Configuration
By default, the Review screen only shows submitted form details. To display specific details before submission, pass personal
or documents
configurations. These settings affect both review and edit screens.
The personal and documents configs follow the same structure as their respective modules. See the Personal Details and Document Upload module documentation for details.
Details can also be hidden or made read-only
Verification Flow
![Verification Flow](https://files.buildwithfern.com/https://frankieone1015.docs.buildwithfern.com/2025-01-17T06:05:51.484Z/pages/v1.14.1/OneSDK/implementation-guide/module/onesdk-ekyc-form/attachments/image-20241016-015259.png)
When verify: true
:
- User details are saved
- Verification check runs automatically
- Loading screen appears during check
- Result screen displays based on check outcome
To customize the result screen, set customResult: true
to prevent default screens from mounting. Then handle these events to show your own screens:
form:review:success
form:review:failed
form:review:partial
form:review:pending
Event Handling
Triggers when some checks succeed but others fail
OCR Review
Overview
The OCR Review screen allows users to verify and correct information extracted through OCR or IDV modules.
![OCR Review Screen](https://files.buildwithfern.com/https://frankieone1015.docs.buildwithfern.com/2025-01-17T06:05:51.484Z/pages/v1.14.1/OneSDK/implementation-guide/module/onesdk-ekyc-form/attachments/image-20241016-005744.png)
Implementation Guide
With IDV Flow
With OCR Flow
Document Field Configuration
Configuration Structure
Document fields are configured per document type, with country-specific configurations available.
Field Configuration Reference
Available Field Types
- State/Territory:
select
- License Number:
input
- Card Number:
input
- Card Color:
select
- Card Number:
input
- Position:
input
- Expiry:
date