A form with two submit buttons (with and without validation):
![]()
The formnovalidate attribute is supported in Internet Explorer 10, Firefox, Opera, and Chrome.
Note: The formnovalidate attribute of the <input> tag is not supported in Internet Explorer 9 and earlier versions, or in Safari.
The novalidate attribute is a boolean attribute.
When present, it specifies that the <input> element should not be validated when submitted.
The formnovalidate attribute overrides the novalidate attribute of the <form> element.
Note: The formnovalidate attribute can be used with type="submit".
The formnovalidate attribute is new in HTML5.
Note: The formnovalidate attribute is a boolean attribute, and can be set in the following ways:
HTML <input> tag
Your message has been sent to W3Schools.