verify
Use this function when you want to validate the entire form, for instance when the user clicks a submit button.
Runs validators for all the form fields in this form, until one fails; enables error reporting for the failed field.
Also triggers a focus request for the failed field, which can be observed to bring the failed field to the user's attention.
Return
true if all the form fields are valid, false otherwise.