Django - form wizard step by step

ぐ巨炮叔叔 提交于 2019-12-05 01:37:35

问题


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?


回答1:


Maybe this will help - http://djangosnippets.org/snippets/1454/




回答2:


Actually, the FormWizard supports this by default when using session or cookie storage.



来源:https://stackoverflow.com/questions/3811250/django-form-wizard-step-by-step

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!