The Mirror field allows you to mirror the value of another field in real-time.
Usage
To use the Mirror field:
Add a Mirror field to your form
In the field settings, set the Source Field to the field you want to mirror
By default, the mirror field will update on blur, but you can enable Update on each Keypress for real-time mirroring
The value of the source field will be copied to the Mirror field automatically. If the Update on each Keypress option is enabled, it will update on every keystroke in the source field.
By default, the Mirror field is read-only to prevent the mirrored value from getting out of sync. You can set the Modifiable option to allow editing the Mirror field directly. However, this will stop the automatic mirroring as soon as the user edits the Mirror field.
Compatibility
The Mirror field is not compatible with Post and Get form method options from the Form Method extension. It requires the default Submit method.