Re: Using formsets with multiple models

2010-11-01 Thread Matt Conrad
On Fri, Oct 29, 2010 at 11:58 AM, Bill Brigham wrote: > On a questionnaire, you have one or more questions which will require > either an essay answer or multiple choice answers. When creating a new > questionnaire, I would like to show a textarea for the Question.text > common to both types, a r

Using formsets with multiple models

2010-10-29 Thread Bill Brigham
Hi, I'm creating an online questionnaire for my local community college, and hitting a brick wall dealing with formsets. Please can someone point me in the right direction? On a questionnaire, you have one or more questions which will require either an essay answer or multiple choice answers. Whe