I need to come up with a good pattern for designing a form. It has
the following characteristics:
- There are about 10 "sections" (related groups of inputs)
- The sections are of varied size, ranging from one dropdown
selection, to a multi-column table of several rows that needs to be
filled out
The total of all such sections would make the whole form bulky if I
tried to present it on one screen. I'm debating using different
chunking patterns such as an accordian or tabbed form and wondered if
anyone had an example of a favorite pattern they would recommend.
TiA,
--Alan