Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

Can anyone suggest good resources about web form design and usability for web applications?
Especially complex forms with 15+ fields etc.

share|improve this question

4 Answers

up vote 8 down vote accepted

A List Apart has a great article on user interface design and sensible forms.

share|improve this answer
+1, both are excellent articles from an excellent source. – Josh K Jan 13 '11 at 14:38

I was inspired by a list of 36 login forms to rethink how I went about my form design.

  • A touch of style goes a long way
  • You don't need to make them tiny, larger text is more readable
  • Simple and most importantly clear validation errors / messages

There is also a great article on 15+ best practices for form design on AdmixWeb.

share|improve this answer
1  
I like the function LoginPage() one. Geek to the core! good example site. – Michael K Jan 13 '11 at 14:44
@Michael: It is, unfortunately the site is broken, exposing a lot of Django underpinnings. – Josh K Jan 13 '11 at 15:54

Anything by Luke Wroblewski and I would seriously recommend getting his book Web Form Design: Filling in the Blanks.

The link I posted to Luke's website contains all his writings, which is not focused just on form design. The following link is a collection of all the articles that deal with forms - 154 articles.

share|improve this answer
You can watch a presentation of him at the Mix 2010 conference: live.visitmix.com/MIX10/Sessions/EX03 – ZippyV Jan 13 '11 at 21:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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