6

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

Alexey Anufriyev
  • 794
  • 1
  • 7
  • 19

4 Answers4

8

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

Josh K
  • 23,019
  • 10
  • 65
  • 100
Robert Harvey
  • 198,589
  • 55
  • 464
  • 673
7

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.

Josh K
  • 23,019
  • 10
  • 65
  • 100
4

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.

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