Thrilleratplay/jquery-validation-bootstrap-tooltip

how to conform password

fazalsandhi opened this issue · 2 comments

how to check confirm password

All validation is handled by jQuery-Validation. This plugin only changes the error messages from labels to Bootstrap tooltips. If you only want to check if a field is populated, then make it required.

ok thanks