+ 1
how to text input in a error type like a gmail input
9 Respostas
+ 4
Do you want an input for e-mail? If yes, use this:
<form>
<input type="email" name="email">
</form>
+ 1
thank you bro but type in the box to indicate a errors
+ 1
I'm sorry, I don't understand your question. Is it about form validation? Could you go into more details, please? Or give me an example.
+ 1
Why do you want to allow only emails with small letters? Anyway, you have to use some different language for it (e.g. JavaScript, PHP...). It's not possible to do it in pure HTML.
+ 1
I dont know what you mean by
0
condition for typing gmail address only in small letter you type any caps to indicate the error
0
thank you
0
It all makes sense now thanks you guys!
0
tite was here