Personal
The Personal Screen component enables end-users to enter their details securely for verification against government data sources. This guide covers implementation, customization, and event handling.
Quick Start
Configuration Guide
Field Configuration
Name Fields
Date of Birth
Address
Available Fields
- givenName
- middleName
- familyName
Common Properties
- fieldType: ‘input’
- dataType: ‘text’
- label: Custom label
- hide: true/false
Event Handling
form:personal:loaded
Emitted when the screen is successfully mounted
form:personal:ready
Emitted when form submission is complete and ready for next step
form:personal:failed
Emitted when an error occurs during form operation
Event Listener Example
Best Practice
Always implement error handling and loading states when working with Personal Screen events to provide a smooth user experience.