//indicates that the form is not to be validated on submit
<form action="/action_page.php" novalidate>
E-mail: <input type="email" name="user_email">
<input type="submit">
</form>
When present, novalidate specifies that the form data should not be validated when submitted.