#21736: form wizard choice containing multiple choice field
-------------------------------------+-------------------------------------
     Reporter:                       |      Owner:  Prithviraj
  prithviraj.m.billa@…               |     Status:  new
         Type:  Uncategorized        |    Version:  1.6
    Component:  Forms                |   Keywords:  form wizard multiple
     Severity:  Normal               |  select
 Triage Stage:  Unreviewed           |  Has patch:  0
Easy pickings:  0                    |      UI/UX:  0
-------------------------------------+-------------------------------------
 I have form wizard with a list of forms of which one contains multiple-
 choice field. I have a problem evaluating the form wizard at the last
 submit.

 This is my initial form:

 ----

 [[Image(https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-
 frc3/1424472_608715022529536_1773254433_n.jpg)]]

 ----

 After submitting the form I checked the POST data, it is as follows

 ----

 [[Image(https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-
 prn2/1601580_608715299196175_551194172_n.jpg)]]

 After the end of the form wizard at the last submit.
 it redirects me to the form page with the multiple choice field and raises
 an error

 ----

 [[Image(https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-
 frc3/1528575_608715279196177_1336282649_n.jpg)]]

 ----

 [[Image(https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-
 frc1/1002495_608715289196176_70850502_n.jpg)]]

 I think multiple choice field in form is not saving as the list in the
 session instead just a value.

 ----

 My code for form wizard


 {{{
 class WizardEmployee(SessionWizardView):
         template_name = "dashboard/wizard/wizard.html"
         file_storage =
 FileSystemStorage(location=os.path.join(settings.MEDIA_ROOT, 'photos'))
         def done(self,form_list,**kwargs):
             return HttpResponse("success")
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21736>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/071.19d9178e5193b466e644f83e9f28d6bf%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to