I would like my form to output something like this:
Name: ___________
Company: ___________
Interested in
-------------
Foo: [ ]
Bar: [ ]
Baz: [ ]
That is to say, I would like to have the 'Interested In' title inserted in the middle of my form output.
One way of doing this would be to write out the template code for each field, and insert the heading as appropriate. However, I'd prefer not to do this. I suspect that there is something to do with formsets that will do what I want.
Is there a way to do what I want, or do I just need to suck it up and accept that I need to write my template out longhand for this?