I'm wondering if people have feedback on the use of tab to move from
field to field in a form, in a situation where some of the fields have
likely defaults.
To expand a little bit:
- the logical flow (how people think about) entering this kind of data
is A-B-C-D-E-F-G.
- in the context of the application I can reliably pre-fill values for
fields C, D, and E. (here "reliably" means >90% of users tested will
want the default values in >90% of the use cases)
What I'd like to do is have <TAB> move the user from A-B but then from
B-F, skipping the defaulted fields.