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 Answers
+ 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 â€ïž