When present, it specifies that the <input> element should not be validated when submitted.
Applies to [HTMLInputElement](/html/elements/input)The formnovalidate attribute is a boolean attribute.
The formnovalidate attribute overrides the novalidate attribute of the <form> element.
Examples<form action="submit.php">
Input field: <input type="email" name="inputfield">
<input type="submit" value="Submit">
<input type="submit" formnovalidate value="Submit without validation">
</form>
Notes Remarks
This attribute can be set on button and input elements. It is a Boolean attribute, and needs to be specified only on an element. The following example shows a field with two buttons, check and save and just save. Note For more code samples, see Form controls part 1 and Form controls part 2: validation on the Windows Internet Explorer sample site.
Syntax Standards informationMicrosoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4