Re: new formwizard - how to pass data between forms

2011-11-01 Thread Kurtis Mullins
Awesome! Let me know how it works out for you. I'll probably be giving it a try shortly as well. Thanks for sharing the good information. On Mon, Oct 31, 2011 at 6:43 PM, andreas wrote: > Hey Kurtis, > > thanks for your answer. > > I think hidden fields were used in the old

Re: new formwizard - how to pass data between forms

2011-10-31 Thread andreas
Hey Kurtis, thanks for your answer. I think hidden fields were used in the old implementation. At least the release notes for 1.4 say: "It features a pluggable storage API and doesn’t require the wizard to pass around hidden fields for every previous step." But checking the example apps

Re: new formwizard - how to pass data between forms

2011-10-30 Thread Kurtis Mullins
I haven't read that particular back ports docs but when I looked at the dev docs for the new form wizard a little while back, I believe that it stores all previous data as hidden fields throughout the process. So I would think form.cleaned_data should contain everything. Hopefully that helps a

new formwizard - how to pass data between forms

2011-10-29 Thread andreas
Hi all, i am using the backport of django's new formwizard (https://github.com/ stephrdev/django-formwizard). and i am looking for the recommended way to pass data between the different forms/steps. Basically i am using the formwizard to process a series of forms that let the user (further)