could somebody tell me why this simple code doesn't work? I type a random email address with .com at the end and I receive an error that this address doesn't have the right format.
<!DOCTYPE html>
<html>
<body>
<form action="demo_form.asp">
E-mail: <input type="email" name="email" pattern="\.com$">
<input type="submit">
</form>
</body>
</html>
Aucun commentaire:
Enregistrer un commentaire