I followed the instructions for creating a login form, but I didn't see any mention of the validation process.
For instance, the second password field should be validated based on the values found in the first password field, but I didn't see any provision for that. How is that handled?
in fact, how is that done in general if I wanted to validate any field with the values entered in another field?
Thank you
For instance, the second password field should be validated based on the values found in the first password field, but I didn't see any provision for that. How is that handled?
in fact, how is that done in general if I wanted to validate any field with the values entered in another field?
Thank you