Hi,

I have a form that contains a question and a multiple choice answer field. 

For example:
What is your favorite color?

   - Blue
   - Green
   - Red
   - Yellow

I render the page with a list of forms (or I guess formset?) and loop 
through them. So something like this.

<form>
for form in formset:
 form

<submit button>
</form>


Since each form is set to only allow you to select 1 multiple choice 
option, if I add many forms in one page, I can only select one option 
overall. So if I answer question 1, I can't answer any of the other 
questions without it unselecting question 1's answer.

Does anyone know how to fix this?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e65b59e6-136f-4b1e-933c-5d44d63f5e3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to