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, marking up the group appropriately.

is this possible to achieve with a formset?  it seems that I need to
pass data to each individual form constructor, but this isn't possible
using the "formset_factory" mechanism?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to