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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top