Main Issue:
As a web application developer, I am constantly having to design forms where the user must enter 20-80 fields of data. Obviously this would kill any usability but is required for many enterprise based applications. There seems to be few examples in consumer software because of large data sets don't lend itself to good usability.
Solutions I have tried:
I have played with various ways of handling this type of data from single page categorized form elements. to breaking the form up with wizards or accordion panes. There is also always the dreaded "dependant" select box where one selection refreshes another select box which allows the user to further refine their choice.
Questions to the Community:
I am curious what other people's experiences are in dealing with very large forms. Any typical patterns? Tricks? Things that worked and have not worked?
Thanks,
Rob Meidal


