Password confirmation field not working

Hi all, I’ve created a password confirmation field and for some reason, the validation will not work using the below settings (inp_password being the first password field).
image

I also notice that the Equal To validator doesn’t have a Data Binding button for the value field.

The second password field should be invalid given this input:
image

Any ideas?

Hello,
The equal to validation just requires the name of the input (without .value)

Yup, tried that - same result unfortunately.

Are you entering the Id or the name of the field?

I’m referencing the component’s id.

Enter the name of the input and try again :slight_smile:

1 Like

Duh, I should’ve spot that seeing as the tooltip says name.
image

Many thanks for your help @Teodor, that solved it.

2 Likes