php - 2 input types for 1 html form field -


i need add 2 input types 1 form field in html form viz. type=email , type=number html form field email/mobile. how done? below code:

 <label for="modlgn-username">email/mobile</label>  <input type="email" name="email" class="inputbox"  size="18" required /> 

is possible add input type=number in above code same field namely [email/mobile]?

i'm beginner , apprecaite in matter lot

no not possible can take input type="text" email/number.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -