Wednesday, March 20, 2019

Are form progress bars when each section has multiple subsections a good idea?


I'm trying to redesign the progress bar of a long application process. It is currently designed with a "top level" progress bar with 6 steps. As the user goes through each step, a separate "sub-level" progress bar appears for multiple steps within each part in the "top level" progress bar.


The way it's currently designed today, the "sub-level" progress bar isn't always there. Each step just appears as you get to it, so it doesn't do a good job setting expectation the user for how much work they actually have to do.



I think it's also relevant to mention that with this application form, the user cannot jump around. It's important that they fill out the form in order because they need to go through multiple "checks" during the process.


Anyway, I want to redesign this progress bar. I'm wondering if providing this "dual level" progress indicator for a long application/form is a good idea. For example I'm thinking something like Turbo Tax might be a good example, but is this a good approach to take?


enter image description here



Answer



I think having sub-steps within a wizard with a progress tracker is not desirable but achievable as long as the pattern used to depict progress is different for main steps and sub-steps. That being said, you could reduce form complexity and increase ease of use by:



  • Capturing information about users in a profile section before they are asked to go through the process.

  • Provide users with option to save progress or automatically save progress for them (inform them when this is done).

  • Give users early notice within the form workflow about documents they need to prepare; for example, if references from official documentation is needed in step 3 of section 2 then at the beginning of section 2 tell them about it.



Below is an idea of a progress indicator:


enter image description here


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...