For a long time I was looking for some recommendations or examples of creating web forms of large forms (dozens of fields - perhaps 50+) for the user base that will be trained in the application.
99.9% of indications seem to be oriented towards “accessibility” or “intuitiveness,” which are, by all means, real goals. The problem is that the form, which will be used on a one-time or infrequent basis by users who are likely to encounter it during the first (or only) time, will require many different considerations compared to the form for entering data into a business application which will be reused throughout the day by users trained in the app.
- If I develop a one-time (say, registration form), then I want to focus on the development of the form so that the user can not naturally flow through the steps and ultimately complete his task and feel all warm and fuzzy.
- If I design an experienced user who will use the 20x form per day, they will want it to be designed to minimize clicks and navigation, etc. They do not care about how they look or a little and subtle tips to help them work through the form. They know the shape, like the back of their hand, and just want to be able to enter data as quickly as possible and see as much as possible in one view.
The requirements that I receive from users are that they want to see "everything" on one screen. They do not want to scroll. They want to minimize clicking on other pages in order to continue working.
Does anyone have any suggestions / links / scary warnings?
Thanks Dave
source share