I'm wondering if someone uses django wizard step by step but with back option? I have form with 5 steps and now it is 'one way form' but I would like to develop it by back option (of course data between steps should be remember). Any idea?
Asked
Active
Viewed 2,418 times
5
-
please share the current solution too – Darek Sep 28 '10 at 09:20
2 Answers
3
Maybe this will help - http://djangosnippets.org/snippets/1454/

bx2
- 6,356
- 5
- 36
- 40
-
-
If you found my answer useful - please mark it as correct answer using green tick under the points to the left. – bx2 Sep 28 '10 at 09:26
1
Actually, the FormWizard supports this by default when using session or cookie storage.

David Durham
- 61
- 5