2
votes
4answers
167 views

Use a wizard on a simple but big form?

I'm thinking about remaking the registration form on a site I'm working on. The form is simple, but there is too much information to be filled in. It also asks if the user has already participated, in ...
5
votes
2answers
130 views

Layout question regarding “Select existing record or create new one” pattern

I want to create a wizard for creating new data. In one of the steps the user is supposed to select an existing record or create a new one. There are of course different ways to solve this. I am ...
2
votes
3answers
145 views

Editing data on confirmation page of multi-step form

I am designing a very complex form for a signup process for a new web product. We have not yet decided whether the form will be a Wizard or Intelligent (one-page) form yet; we are A/B testing both ...
8
votes
3answers
788 views

Multiscreen Forms (Wizards), the Form's Previous Button, and the Back Button

Scenario: I have a web form split across 3 screens/pages. A user can move between forward and back between the screens via Next and Previous labeled buttons respectively. Question: When the user ...
2
votes
3answers
148 views

Wizard for a process that can be exited and re-entered?

We are redesigning a 5 step repetitive process for some web software. Normally for a step-by-step process I would like to use a wizard but to me it implies the process must be complete in one sitting ...
3
votes
1answer
51 views

Swapping between different responses to a form question so that both outcomes can be viewed

I have a site where at one step in the wizard the user has to make a choice between one option or another. Once they've made this choice the form fields and resulting information are specific to that ...
7
votes
6answers
640 views

Wizard or Tab ?

When I want to make an input dialog with lots of input field, do I need make the dialog in wizard style or tab style? Any suggestions?
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 ...
6
votes
3answers
473 views

Complex Purchase Order Forms - do you have any advice or good references?

Let's say you need to design a purchase order form that is more complex than "usual" and has multiple elements affecting the final price: Choose between several tracks (e.g. Basic, Standard, ...