Can anyone suggest good resources about web form design and usability for web applications?
Especially complex forms with 15+ fields etc.
Asked
Active
Viewed 274 times
6

Alexey Anufriyev
- 794
- 1
- 7
- 19
4 Answers
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
-
+1, both are excellent articles from an excellent source. – Josh K Jan 13 '11 at 14:38
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
-
1I 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
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.

Waleed Al-Balooshi
- 161
- 2
-
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
2
In general some good reading.
SmashingMagazine Posts Tagged ‘usability’
And here comes some other post.

Amir Rezaei
- 10,938
- 6
- 61
- 86