The novalidate attribute is assigned directly to form element and it will (unless overriden by formnovalidate attribute) make all form data field being submitted with no validation.

The value is of a Boolean type.

Syntax:

<form novalidate></form>

Elements:

Example

The form's novalidate example:

 

›› go to examples ››