I want to make a custom error message, but not using the alert
of Javascript
, but the API
of form validation.
Hoping that when the person does not fill input
a cloud comes out asking to fill the element in question, what I have read says that I have to use setCustomValidity
but it does not show me the result.
In this link is the code: