Hi there, I got a form:

class Answers(models.ModelForm):

    psyq11 = forms.ModelChoiceField(
            queryset=PsychologicQuestion11.objects.all(),
           widget=forms.RadioSelect)


    psyq12 = forms.ModelChoiceField(
            queryset=PsychologicQuestion12.objects.all(),
            widget=forms.RadioSelect)

etc. etc....

The widget shows the '-------' entry.. I don't want it. Is there a way to 
solve it?
Also I would like to split the form into four areas in the template... is 
it possible?

Best regards, cheers :)

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/20eb23e6-06f3-4f9a-903e-af2ea858c6e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to