Django Form Wizard with Jquery steps

ⅰ亾dé卋堺 提交于 2019-12-11 11:40:20

问题


How would one get Django forms wizard to work with Jquery steps (http://www.jquery-steps.com/Examples#tabs)? Would I have to manually write out the html instead of using Django form? Sorry I know this a very vague and general question but I just need some ideas to attack this problem.

Thanks


回答1:


You can make tabs with absolute link, without jquery, that is easy solution. On every step(new page) you can make new form..

Or other solution, to make 1 form, then on each tab, generate only fields that you need for that tab, manually..



来源:https://stackoverflow.com/questions/25902433/django-form-wizard-with-jquery-steps

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