have a multi-step form with three states, and it starts on the first one by default. The problem is, every time I refresh the page, it goes back to the first state, even though I’m using the user’s inputs at each step. So it feels like they have to redo everything they’ve already entered…
What I’m trying to do is make it so that when or if the user refreshes, they get sent to a different page instead of restarting the form. It doesn’t really matter if their inputs are saved or not, i just don’t want them to feel like they have to start over immediately, when the data is already saved. I want them to be able to come back and finish later.
Can someone please help me