Horje

How to Indicate that the form is not to be validated on submit

Form Example.
index.html
Example: HTML
 <form action="/action_page.php" novalidate>
  E-mail: <input type="email" name="user_email">
  <input type="submit">
</form> 

Output should be:

How to Indicate that the form is not to be validated on submit




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin