I would like to know how to disable native browser validation on a form? I would like to just leave my validation in JQuery.
What I wanted to remove is this "Fill in this field." text box.
Any suggestions? I tried to use novalidate but it ignored until my validation in JQuery.