Question

I would like to look at some examples of some good form layouts (web-based) that have a lot of input fields. I do a lot of web application development and a lot of my forms are input element heavy so I am always looking for good ideas on how to display my forms. For example I have a few list boxes and a lot of text boxes and some drop downs on a page along with displaying history of changes to the form.

Was it helpful?

Solution

I always like visiting Wufoo whenever I need some form inspiration.

OTHER TIPS

It all depends on what your focus is data entry or user experience. For data entry as the primary goal, I would keep the input boxes close together and make sure they flow very well with the tab key so the user never has to take their hands off the keyboard. Also probably should keep the space to a minimum and try to include as many boxes on the page as possible.

For user experience, just about the opposite is true, you need to make sure that there is enough room to identify problems with JavaScript validation, and make sure the form works just as well for the new users as the power users. Power users == heavy data entry users.

Wufoo is pretty good on user experience but it wouldn't work well for data entry users I mentioned above. Because the user has to stop to click a button.

Smashing Magazine has a good roundup of CSS based form inspirations / techniques / tutorials.

Check it out here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top