On Tue, May 31, 2011 at 12:55 PM, Marc Aymerich <[email protected]> wrote: > Hi!, > I'm writing an admin action. > This action needs to collect some information before execute the "final > task". > In order to collect this information the user should fill 3 consecutive > forms, (once they submitted one, another is rendered). > My question is, > How can I store the form fields state submitted on each form, and retrieve > this fields states on the final form, before execute the 'final task'? > Thanks! > -- > Marc
You should read the docs about Form Wizard: https://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

