Re: Accessing data from previous steps in Form Wizard

2008-04-15 Thread Honza Král
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

Accessing data from previous steps in Form Wizard

2008-04-11 Thread leifbyron
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