Has anyone been able to implement an improved navigation in multistep forms? You can configure a progress bar out-of-the-box which is useful for telling the end users how far into the multistep form they have progressed, but what would be really useful is something which allows the user to instantly navigate to a form step of their choosing which has already been completed.
For some context, the requirements/context I am working within are quite difficult:
- My multistep form has about 15 forms steps in it (hence the need for a way to quickly navigate to different steps from any given step which the user may be on
- My multistep form also has conditional routing in it, so the order of steps changes based on how the end user answers the questions
If anyone has any ideas or has implemented a similar thing it would be great to hear it - any advice is appreciated!