Comparing Passwords

How can be ask a user to enter a password using the password field and then ask to retype in a different field to make sure they know the password?

You can create a custom field validation rule that compares the two passwords and raises an error if they’re different: Custom Field Validation - Feathery Docs

We tried that we couldn’t add any rules other than filled or empty… or maybe we didn’t see any other options

Ah thank you for flagging! We’ve gone ahead and updated that so you can use all operators now

1 Like

I tried to set it up that way:
Field Password1
Field Password 2 with custom validation error rule “Password2 is Password1”

The error message shows up every time, even when the password match.

What do I need to change?

Hey @AndyGold you should set just one rule and error message for mismatch only.

Hello @eri, thank you for your reply! As far as I see I do only have one rule on the field Password2. On Password1 there is no rule :thinking:

@AndyGold Which form and step do you have that set up?