It lets me click 'submit' without filling in all the fields, like password or email. You can add a 'required' tag to your form fields to prevent submission without all the fields filled in.
Good that there is validation on the email bit!
I put two different passwords in each field and it did not ask me to match them so consider adding that to the validation.
It lets me click 'submit' without filling in all the fields, like password or email. You can add a 'required' tag to your form fields to prevent submission without all the fields filled in.
Good that there is validation on the email bit!
I put two different passwords in each field and it did not ask me to match them so consider adding that to the validation.