I have to show more than 11 fields within the screen. 4 fields are mandatory. How should I indicate the mandatory fields? Is there any standard or any ideas?
|
I would write a gray italic hint inside the textbox, which vanishes when focused. You could hint "required" in the four mandatory fields, or "optional" in the rest. But don't do both, to make differentiation easier. |
|||
|
|
|
There are few techniques to let the user understand what is mandatory and what's not. The iOS Human Interface Guideline doesn't state anything about that, but as far as I can say from my experience you could follow few different ways:
I usually adopt a combination of the 2nd and 3rd techniques, so to let few room for interpretation to the user. There are of course probably many other ways to achieve the result, here I posted just those the got to my mind now. One last thing, in the iOS Human Interface Guideline, they say:
You are asking for how to show mandatory text fields, but maybe try to think if some of them can be mutated in pickers with few standard entries. With them you could put as the standard selection the first choice, so that the user will be obliged to change it to the correct one (without chances to leave it blank). |
||||
|
|
|
Can you physically group the fields? If so, group the 4 required ones, put them at the top, and label them required. |
|||||
|
|
The standard, albeit not very creative, is an asterisk on the label. Since we're here to talk UX not UI and it's all about making it easy to understand this is probably the best option. As a UI designer I like to combine that with more aesthetically pleasing I like to use other methods as well as this - see my question from a couple of weeks ago - Amber outlined required field |
|||||||||
|