up vote 3 down vote favorite
1
share [g+] share [fb]

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.

link|improve this question

50% accept rate
feedback

3 Answers

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

link|improve this answer
Second the recommendation; I was writing the same thing when you posted. – ine Oct 14 '08 at 16:03
feedback

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.

link|improve this answer
feedback

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

Check it out here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.