Stuck.. may you help with this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Stuck.. may you help with this

Designate the username field as required, and focus on the name fields when the page loads <form autocomplete=“off”> <input name=“name” Type=“text” ....... /> </br> <input name=“username” Tupe=“text” ..... /> </form>

21st May 2020, 10:09 PM
Omar Awwad
Omar Awwad - avatar
2 Answers
+ 1
<form autocomplete=“off”> <input name=“name” Type=“text” autofocus ....... /> </br> <input name=“username” Tupe=“text” required ..... /> </form>
21st May 2020, 10:12 PM
Manu_1-9-8-5
Manu_1-9-8-5 - avatar
0
Thank you Manu .. you the best ❤️
21st May 2020, 10:14 PM
Omar Awwad
Omar Awwad - avatar