I have a list of questions and for each a group of potential answers. I want to display the questions and have radio buttons for answers. In addition, if they have any other comments, there is a free text box. I've managed to do this ok so far excluding the comment boxes and can iterate over the questions and answers and pull them into the database. I can also re-populate the form if they decide later they need to change the answers. I'm now trying to look at checking for errors.
However, I haven't been using any of the form or formset classes. It's all very much written from scratch and I have to do a number of these (all with slightly different layouts of course). I therefore wondered: - has anyone else done anything similar to this? - are there any examples of how to do it? (I'm not even sure what to call this so I can search for myself.) ALJ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

