id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 21736,form wizard choice containing multiple choice field,prithviraj.m.billa@…,Prithviraj,"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"") }}} ",Uncategorized,closed,Forms,1.6,Normal,needsinfo,form wizard multiple select,,Unreviewed,0,0,0,0,0,0