Easy Tutorial
❮ Tag Track Att Img Alt ❯

HTML <input> formnovalidate Attribute

HTML <input> Tag

Example

A form with two submit buttons (one validates, the other does not):


Browser Support

Internet Explorer 10, Firefox, Opera, and Chrome support the formnovalidate attribute.

Note: Safari or Internet Explorer 9 and earlier versions do not support the formnovalidate attribute of the <input> tag.


Definition and Usage

The novalidate attribute is a boolean attribute.

The novalidate attribute 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".


Differences Between HTML 4.01 and HTML5

The formnovalidate attribute is new in HTML5.


Syntax

Note: The formnovalidate attribute is a boolean attribute and can be set in the following ways:


❮ Tag Track Att Img Alt ❯