django-formwizard
How can I seed information for a form based on a previous form?
User submits form one. Form one is used as seed info for form 2 form_factory Using django form wizard after 3 hours of attempting to coax the开发者_开发技巧 stock Django 1.3 to use a form factory.[详细]
2023-04-03 20:49 分类:问答Saving multiple forms efficiently using Django's Form Wizad and the issue of missing list indexes
I\'m using Django\'s Form Wizard in my app. There are five forms in total however only three or four can be submitted, as two of the forms can be skipped based on a particular condition or from the tw[详细]
2023-04-02 01:53 分类:问答How to work with ModelForm and ModelFormSet
I just want some clarification. I\'m working through the Django Form Wizard documentation In the documentation it talks about the Form Wizard being able to \'work\' with ModelForm and ModelFormSet. I[详细]
2023-03-31 17:28 分类:问答django1.3 + django-formwizard + initial datas issue
i am using django 1.3, with django-formwizard. I have a WizardView with 2 ModelForms which works fine in creation mode (as_view linked in the url conf)[详细]
2023-03-18 12:05 分类:问答In django, is there a way to keep a user on a stage of a wizard until they're reado to move on?
In django, is there a way to ke开发者_如何学JAVAep users on a stage of a forms wizard until they\'re ready?[详细]
2023-03-13 14:09 分类:问答django: How to use inlineformset within the formwizard?
I\'m displaying two separate sample projects. The first is a Contact related and shows the principle of using the formwizard. The second is an ingredients to recipes related project which shows how to[详细]
2023-03-13 01:23 分类:问答Formwizard with one model and inlineformset
I am developing a wizard using Formwizard that matches one model. Also due to the relationships between my model and other models, I am using inlineformset_factory to have the fields present in the te[详细]
2023-03-09 09:11 分类:问答Form AND formset at the same time in ONE step of Formwizard
How can I have in one step of my FormWizard a form and a formset 开发者_JAVA百科together like I would do in a normal view?The only solution I have found is to add the forms directly in my context retu[详细]
2023-03-08 21:58 分类:问答Django FormWizard prefill on edit
I\'m using a FormWizard to edit objects and I want to be able to prefill the fields from database when the edit page is loaded.[详细]
2023-03-02 18:21 分类:问答Error on Django Form Wizard - Resets to wizard to step 0 with no data on submit
I\'m using the django form wizard and its sporadically will reset the wizard to step 0 after submitting the form on the last step.[详细]
2023-02-13 22:21 分类:问答