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)

link|improve this question
The second error I got is because of the mis-use between 2 variable: "self.step" and "step" when override some formwizard's methods – minhduc Aug 24 '11 at 14:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.