0
Problem
Hey guys, How prompt/warning all required fields at ones??? You can see in my code bit https://code.sololearn.com/W2O91UK5eJ4q/?ref=app
1 Answer
+ 3
if you submit it through html form Validation it check serialwise.
so you have to customize your own validation using js .
use input button or stop preventdefault for submit.