Indicate that the form is not to be validated on submit:
![]()
The novalidate attribute is supported in Internet Explorer 10, Firefox, Opera, and Chrome.
Note: The novalidate attribute is not supported in Internet Explorer 9 and earlier version, or in Safari.
The novalidate attribute is a boolean attribute.
When present, it specifies that the form-data (input) should not be validated when submitted.
The novalidate attribute is new in HTML5.
In XHTML, attribute minimization is forbidden, and the novalidate attribute must be defined as <form novalidate="novalidate">.
HTML <form> tag
Your message has been sent to W3Schools.