Form - Tab Order

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I set the tab order, but to only tab through fields and not hyperlinks.

Many thanks in advance.
 
You cannot disable tabbing through hyperlinks, as far as I know.

But to set the tab order for form fields, you would use the tabindex
attribute, e.g.,

<input tabindex="943".... 8)

or by editing the properties of the field in FP, you will see an input are
for tab order.
 
Back
Top