A simple way is to put tabindex=”-1″ in the field(s) you don’t want to be tabbed to.
Eg
<input type="text" tabindex="-1" name="f1">
A simple way is to put tabindex=”-1″ in the field(s) you don’t want to be tabbed to.
Eg
<input type="text" tabindex="-1" name="f1">