VOOZH about

URL: https://www.geeksforgeeks.org/html/html-formnovalidate-attribute/

⇱ HTML formnovalidate Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML formnovalidate Attribute

Last Updated : 23 Jul, 2025

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 

👁 Image

Supported Browsers: 

  • Google Chrome 10
  • Edge 12
  • Opera 15
  • Apple safari 10.1
  • Firefox 4
Comment
Article Tags: