3
I was doing a development of an ASPX page with JQUERY, W3DATA and w3CSS, and when I made a Submit of my form, the following popup appeared:
All form fields contain the "required" key, but I have not specified anywhere to start the validation.
Where does this notification come from? Is it possible to control? If so, how?
I think it’s from every browser, it comes from HTML5, every browser has its own style, I could be wrong.
– Alex
If you do not want it to appear just remove the required.
– Raizant