Re: FormSet in Wizard

2009-04-02 Thread Yuka
Hi Austin, I dont know if you still need a solution, but I did, and someone else might -- also for the sake of completion, here is what i cooked up: Just inherit from below class, instead of FormWizard, and start feeding it FormSet classes as one sees fit. Also, there might be better solutions, e

FormSet in Wizard

2009-02-04 Thread Austin Gabel
Hello, I am trying to set up a Django FormWizard to add users to my site. On one of the steps I need to be able to enter more than one address. I was hoping to use a FormSet on this step but it does not seem to work as I had expected. The FormSet displays correctly initially, but when I submit