Navigating back to Wizard at same step in the process

I’m attempting to build a Wizard that users will not complete right away. So I would like for users to be able to navigate away from the page and then come back to the page at the same step in the process the Wizard was left at. Right now when I navigate back to the page it automatically reverts back to Step 1. Can this be changed? Thanks!

Dan~

Unfortunately, there is no way to do this 100% declaratively. Have you tried using JavaScript to bring the user back to the next step that hasn’t been filled out?

Thanks!
Karen 

Thanks Karen. Good to know I wasn’t missing anything. My Java skills aren’t the best but I will see if I can figure this one out. Any help on the Java side would be much appreciated!