Home »

How do I set the focus to the first form field?

Question ListCategory: HTMLHow do I set the focus to the first form field?
shah_kajal184 author asked 8 years ago
1 Answers
ethanbrown author answered 8 years ago

You can’t do this with HTML. On the other hand, you can incorporate a script after the structure
that sets the center to the suitable field, similar to this:
<form id=”form1″ name=”form1″ action=…>
<input type=”text” id=”name” name=”name” …>
</form>

Please login or Register to Submit Answer