Django Form Wizard With Fieldsets -


i'm using django form wizard (from 1.8 located in formtools) split form multiple steps.

this works fine , all. i'm interested in making fieldsets in form , splitting form multiple different groups on each page. a example this.

i found module called django-form-utils replaces forms.form betterform class, can specify fieldsets. problem in template, wizard wants me use {{wizard.form}}, betterform i'm forced use {{form.fieldsets}}.

maybe know way use them , make them compatible? or perhaps know way of using fieldsets form wizard.

i'm interested in answer can tell me how use fieldsets form wizard.

oh feel stupid. way easier expected. reason misunderstood {{wizard.form}} functionality.

to use fieldsets django-form-utils. use {{wizard.form.fieldsets}}.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -