I have a wizard that has optional steps in it. These steps are after all the mandatory steps. The optional steps are not advanced options.
- Is this a good idea at all?
- How does one order the following buttons: Cancel, Done, Go to optional step.
|
I have a wizard that has optional steps in it. These steps are after all the mandatory steps. The optional steps are not advanced options.
|
||||
|
|
|
If there's not too much optional steps, you could force your user to go through it with a "Skip this step" or "I'll do it later" link. Users will still be informed about what options are about but could skip it quickly. |
|||
|
Cancel < Prev Optional > Done/Finish Or if you are using the cancel on the Right go this way:
If you want my personal opinion I would go with the second option where the order is (prev, optional, cancel). That's how most of the software vendors do it. |
|||||
|