I have a survey question, "please enter your email address". For the answer, I have set the input type to Email. So when I enter an invalid email address and hit the submit button, an error is displayed. I have attached a picture here with. This is working fine.
I have another survey question, "please enter your phone number". For this field, I have set the input type to "tel". So, I was expecting that this will perform some sort of phone number validation. However, even if I enter text characters, it still takes it. I've attached a picture here with.
How come email validation works fine but telephone validation does not?