a sequence of dialog options that guides a user through a process such as software installation in discrete steps.
18
votes
10answers
2k views
What can be done to make a long, multi-step wizard more user-friendly?
I need to create a wizard which has numerous sections, each with multiple questions. How can I improve the experience for the end-user?
5
votes
3answers
417 views
If and how to break a long wizard into main steps and substeps?
I am given the task to design a lengthy web form that asks a user to enter a lot of information on a technical installation he planned/built. Given the nature of the required data (there are different ...
9
votes
5answers
2k views
Multi step form vs single complex form
For a website that sells things, it's often needed to fill in a lot of information. When it comes to these types of forms you want the user to complete which one is the best?
A single form with all ...
8
votes
5answers
1k views
When creating a GUI wizard, should all pages/tabs be of the same size?
I understand that some libraries would force me to, but my question is general.
If I have a set of buttons at the bottom: Back, Next, Cancel?, (other?), then should their location ever change? If the ...