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>
2 Respuestas
+ 1
<form autocomplete=“off”>
<input name=“name”
Type=“text” autofocus ....... />
</br>
<input name=“username”
Tupe=“text” required ..... />
</form>
0
Thank you Manu .. you the best ❤️