Merging forms from django-formwizard

On a recent project, I was making use of the django-formwizard app and needed to be able to pull out any one of the fields from the series of forms. On the final step of one of the sample apps, it is suggested that you do something like: form_list = [form.cleaned_data for form in form_list]Continue Reading