Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5 validation and field comparison

Is there currently any way to make a comparison check between 2 fields to check either that they match or do not match in HTML5 validation? Or would you have to write your own Javascript to do it?

like image 951
user517406 Avatar asked Oct 05 '22 16:10

user517406


1 Answers

That sort of check cannot be done using HTML5.

like image 90
dqhendricks Avatar answered Oct 10 '22 03:10

dqhendricks