Re: creating formset with unknown number of unique forms

2010-04-20 Thread Tom Evans
On Tue, Apr 20, 2010 at 3:50 PM, Cody Django wrote: > the formset will contain an unknown series of questions.  Each > question contains a unique prompt, integerfield for the value, and a > choicefield with a unique list of items, based on the scope of the > question. > > I would like to use a for

creating formset with unknown number of unique forms

2010-04-20 Thread Cody Django
the formset will contain an unknown series of questions. Each question contains a unique prompt, integerfield for the value, and a choicefield with a unique list of items, based on the scope of the question. I would like to use a formset so I can iterate over each question in the template, markin