Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Tabindex issue on form Reply To: Tabindex issue on form

#238826
jkinney768
Participant

Ah, thank you for clarifying. If that’s the case, then tabindex is not what you want. If you apply autofocus to the first input, that should give you what you’re looking for…

<input type="text" id="name" autofocus/>