novalidate – html – attribute
particleIndicate that the form is not to be validated on submit: <form action=”/action_page.php” novalidate> <label for=”email”>Enter your email:</label> <input type=”email” id=”email” name=”email”><br><br> <input type=”submit”></form>