Visualize validation of password requirements

Hi there,

Is it possible to make a password field that while the user is typing a new password a :white_check_mark: is shown directly when a requirement is met?

For example:
ThisIsMyPassWord123

:white_check_mark: At least 1 Capital character
:white_check_mark: Length of at least 8 characters
:x: At least one special character like $,#,* etc.
:white_check_mark: At least one number

@FJP84 you can use Regex to do the validation.

Himanshu
WeWeb agency

3 Likes