1
You can catch the event of a validation error from html5
in javascript?. For example, the user did not enter a field, where it is marked as a field required
, when it tries to submit the form an error popup will be generated from the form itself html5
, it is possible to fire a javascript function when this occurs?