Hi, you should be able to do that in process_step - simply access the
forms with the data, extract the values you need and store them
anyplace you can reach them from the validation (on the form class
perhaps).
Note that you will want to place the wizard in a wrapper view function
so that you wouldn't corrupt an instance shared across multiple
requests for that.

On Fri, Apr 11, 2008 at 9:11 PM, leifbyron <[EMAIL PROTECTED]> wrote:
>
>  Hi there,
>
>  I am developing a form wizard comprised of about 20 forms. Some of
>  those forms require access to the previous forms for validation. Is it
>  possible to pass user-submitted data from previous forms to subsequent
>  forms in a form wizard?
>
>  Thanks,
>  Leif
>
>
>  >
>



-- 
Honza Král
E-Mail: [EMAIL PROTECTED]
ICQ#: 107471613
Phone: +420 606 678585

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to