![]() |
VOOZH | about |
The formnovalidate attribute is used to disable form validation during form submission. It allows the form to be submitted even if some input fields contain invalid data.
Syntax:
<input formnovalidate="formnovalidate">Example: Illustrate the use of <input> formnovalidate Attribute.