I look into Baserow to create an application where users are supposed to log on to.
To do this, they need to create an account in my users table (via an application page).
This works just fine except for the password confirmation field. I’d like pf course the new user to type the password twice so typing errors in the pw can be avoided.
How can I compare the two values in the form fields to be exactly the same before continuing creating the user in my table?