![]() |
VOOZH | about |
The HTML formnovalidate Attribute is used in <input> and <button> element. This attribute is used to defines that the form data must not be validated before the data sent to the server. It is a Boolean attribute that overrides the feature of novalidate attribute of the <form> Tag. It is a Boolean attribute that indicates that if it is set it means that the form should not be validated when submitting the form otherwise it must be validated.
Use: It is used to bypass the bypass validation process so that the user can easily save the progress of form filling without any hurdles.
Supported Tags:
Syntax
<element formnovalidate>
Example: Below code illustrates the formNoValidate Attribute with <button> element.
Output
Supported Browsers: