scripter73
Programmer
Hi,
I have a little form that lets user fill out personal info, like First Name, Phone Number, etc. I also have a checkbox for the user.
I'm not sure if this can be done in Javascript or HTML. Is there a way to change the default tab order? My goal is to allow the user to tab through all of the text fields and then hit the checkbox. In other words, I want the following field tab order:
First
M.I.
Last
Street Address
City
State
Zip
Home Phone fields
Work phone fields
Checkbox last
If you need to look at the form, its at
Thanks in advance for your help.
scripter73
I have a little form that lets user fill out personal info, like First Name, Phone Number, etc. I also have a checkbox for the user.
I'm not sure if this can be done in Javascript or HTML. Is there a way to change the default tab order? My goal is to allow the user to tab through all of the text fields and then hit the checkbox. In other words, I want the following field tab order:
First
M.I.
Last
Street Address
City
State
Zip
Home Phone fields
Work phone fields
Checkbox last
If you need to look at the form, its at
Thanks in advance for your help.
scripter73