I'm making an app for registration using FormWizard including 3 steps. The app works fine if the user just go step-by-step. But I have two big problems:
- User can't go back from a step to the previous ones
If the user quits browser or goes to another page during the form-filling process (for example at step 2), and then comes back to register later, the current step is not reset (eg: still in step 2) and the error occurs:
User cannot continue because the previous forms are empty and they cannot go back.
I have used logging to print out the step and figured that it is not reset in this case.
How can I fix these 2 problems ? (I'm using django 1.3)