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.