VOOZH about

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

⇱ HTML <input> formnovalidate Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML <input> formnovalidate Attribute

Last Updated : 25 May, 2026

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.

  • Skips form validation when the form is submitted.
  • Works with <input type="submit">.
  • Overrides the form’s default validation behavior for that submission.

Syntax:

<input formnovalidate="formnovalidate">

Example: Illustrate the use of <input> formnovalidate Attribute. 

Comment
Article Tags: