How to give email extension like @gmail.com, @hotmail.com in log-in page. so that only username have to enter
Ex.
[email protected]
instead of this
only abcd1223 have to enter
Using dropdown after textbox and on submit join textbox text with dropdown selection to get complete email
2 Likes
How to validate email
It then block
After combining check if @gamil.com or @hotmail.com contains text
1 Like