+ 1
How to put phone icon as placeholder
I tried using font awesome hex code but it didn't display. The code - https://code.sololearn.com/W6s6ZGIIp3oZ
2 Antworten
+ 1
add
style="font-family:Arial, FontAwesome"
<input type="text" name="Number" placeholder="" style="font-family:Arial, FontAwesome" maxlength="11" pattern="\d{11}">
+ 1
Thanks. I'll do so now