Tagged Questions
6
votes
3answers
219 views
Are extensive validations necessary on mundane input forms in a website?
I'm having a rather bitter affair with my client who also happens to be my boss at office. He is a completely non-technical dumb muggle in terms of application development. The frustrating thing is ...
14
votes
4answers
232 views
Is it ok to force a user to reenter data instead of editing existing
Is it acceptable to force users to delete and recreate data they entered incorrectly or should they be provided with a way to edit every instance of that particular data?
Use Case:
The wireframe ...
5
votes
5answers
188 views
What alternatives to calendars exist for inputing dates on websites?
Inputing dates is going through changes on the internet, and in web/user interface design as well.
Currently, I'm implementing <input type="date">, as this provides excellent usability on mobile ...
20
votes
12answers
2k views
Should date validation allow “091011”?
Should I allow users to input the MMDDYY or MMDDYYYY format for a date?
That is, should any date validation logic not trigger a validation error if the user just wants to put in the numbers without ...