sebastiano-guerriero
12/3/2013 - 9:26 AM

When the user presses the tab button the user will be taken through the form in the order 1, 2, and 3 as indicated in the example below.

When the user presses the tab button the user will be taken through the form in the order 1, 2, and 3 as indicated in the example below.

Name: <input name="name" tabindex="1"  />
Age: <input name="email" tabindex="3"  />
Email: <input name="email" tabindex="2"  />