Re: Form Wizard and Saving to Database

2009-05-19 Thread geraldcor
So that's how that works. Brilliant. Thank you. It worked perfectly. On May 19, 1:43 am, George Song wrote: > On 5/18/2009 4:01 PM, geraldcor wrote: > > > Hello all, > > > I am working on my second Django app and it involves a very long form. > > I successfully used

Re: Form Wizard and Saving to Database

2009-05-19 Thread George Song
On 5/18/2009 4:01 PM, geraldcor wrote: > Hello all, > > I am working on my second Django app and it involves a very long form. > I successfully used modelForms in my last app to successfully save > form data to a database. > > With this long form, I have split it up into smaller forms

Form Wizard and Saving to Database

2009-05-18 Thread geraldcor
Hello all, I am working on my second Django app and it involves a very long form. I successfully used modelForms in my last app to successfully save form data to a database. With this long form, I have split it up into smaller forms (forms.Form not ModelForms) and used the FormWizard to tie it