Blooper 18: Overusing Text Fields

What's wrong with these?

Design Rule: Avoiding this blooper

Text fields should be used only for data that really is unstructured, free-form text. Examples of such text are names of people, user-defined passwords, comments, and transaction reasons. Examples of textlike data that is not completely free-form are telephone numbers, social security numbers, dates, state, city, font family, and zip codes.

Alternatives to text fields

After all, the goal is presumably to design a GUI, in which the G stands for "graphical" not "textual".


April 1, 2005

Images from GUI Bloopers, by Jeff Johnson. Used without permission.