Convert from Wizard To Plain Form

The client has asked to change our current page from a Wizard to a continuously scrolling page. I’m thinking through two issues with that:

  1. They like the wizard’s breadcrumb menu at the top. Can I utilize that in a non-wizard page?
  2. How do I connect a button to a specific area on a continuously scrolling page? In HTML, I would think of anchors or something. Is it the same in FMBF?

The simple answer is cut and paste.

The complicated answer is really a UX issue. Often developers and business owners ask for way too much information at the start, almost always not needed.

There are many UX tricks to reduce the info needed or the perceived amount needed and therefore give the ability to condense the application / form down to a single page.

Remember back in the day when you would sign up to a news letter and they asked everything from company size and $ to gender? … not it’s just email only.

HTH
c