django-formwizard Questions

1

Solved

I am using wizard forms in django. I want to create a form field only if answer to some other form field is marked "yes" otherwise I don't want this new form field. How can I do this ? I have tried...
Jasmine asked 13/7, 2019 at 14:38

1

I am trying to implement the formwizard in django. The steps work as expected, but aftet the final form (second step) is submitted, the done function is not hit. I am not able to find the reason wh...
Nolin asked 17/6, 2019 at 16:27

3

Solved

I have a multi step form which is built using sessionwizardview of django form wizard, I have added next and previous buttons, but the problem is, if I am in a step and when I click previous, it as...
Boyle asked 29/8, 2013 at 12:53

7

Solved

I used this social registration/signup library django allauth for a project of mine. How do i customize the default templates and forms to give a better look and feel?

1

Is it possible to add a button on a FormWizard form which can direct the user to a specific step in the wizard? I can obviously get them to go back or start again but I'd like to be able to offer ...
Bivalve asked 6/1, 2016 at 17:38

4

Solved

I am struggling with a requirement now, I want to add an image to choice field label and I really dont have a clue how to do it. I am using django form wizard to render the form. Here is the image ...
Rawlinson asked 19/7, 2013 at 13:5

2

Solved

I have several forms I have added to a wizard, but form state is only maintained for the final step, and done() is not executed. I have created the following, heavily based off the examples on dja...
Rollmop asked 10/11, 2015 at 4:43

2

As part of a Form Wizard in my Django view I am using a Formset. The wizard's forms for each step are declared like this: UserFormSet = modelformset_factory(account_models.MyUser, form=account_for...
Sleeper asked 13/2, 2014 at 11:41

2

I am using django(1.4) formwizard for my application. In step 1 I am uploading 2 files. These files are used in second step. Everything is working fine but this ---> "When I complete all steps OR I...
Galloromance asked 26/7, 2013 at 13:46

5

Solved

So basically i want to achieve something similar to Google Two-factor authentication implementation. My login form consists of a 2-step form wizard: Step 1 (verifying username and password) Step ...
Cavernous asked 23/2, 2011 at 20:49

1

Solved

I have a three page form-list coming out of a single model. I could save the model first time, but when I want to edit the model, only the first form shows the initial value, subsequent forms does ...
Assure asked 11/6, 2014 at 22:4

2

Solved

I'm able to dynamically call one form related to the data I chose from the step ealier. But when I'm in the done method I can see the my form_list is remaining unchanged. here is what I did : de...
Orianna asked 28/9, 2013 at 15:18

4

Solved

I have a FormWizard where I need data from the first form to pass to the constructor of the second form so I can build a dynamic form. I can get the first form's data via the process_step of the F...
Monge asked 15/10, 2010 at 7:1

1

Solved

In my Django application, I currently have a form wizard with a few form classes. I would like to have the ability to have conditional questions. Meaning if the user selects yes for a certain quest...

1

Solved

I have a scenario which I'm trying to plan to start coding and I'm thinking to use django wizard. My plan is to build a django wizard with two steps, the first simple but the second a bit more co...
Rodeo asked 1/2, 2013 at 10:33

1

I'm using a form wizard in django 1.4 to conditionally add instances of up to seven models. Regardless of which steps a user completes, I'd like the last step to show a preview of all the data they...
Fruma asked 16/2, 2013 at 16:23

0

I am creating an example to learn more about using inline formsets with SessionWizard. Eventually, I want to integrate dynamic formsets in order to add and delete individual forms via the template ...
Ecosystem asked 29/6, 2012 at 22:35
1

© 2022 - 2024 — McMap. All rights reserved.