Skip to main content

Quick Start

1

Add HTML Container

2

Initialize Component

Configuration Guide

General Settings

For more detailed configuration options, please refer to the Field Configuration section below
You can customize fields based on country (using ISO 3166-1 alpha-3 codes) and state:

Field Configuration

Name

Available Fields

  • givenName
  • middleName
  • familyName

Common Properties

  • fieldType: ‘input’
  • dataType: ‘text’
  • label: Custom label
  • hide: true/false
  • rules:
    • required: { value: ‘boolean’, message: ‘string’ }
    • pattern: { value: ‘regex string’, message: ‘string’ }

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.