Wednesday, September 29, 2010

Re: Suppressing field in template for ChoiceField with only one option.

Can't you specify the value using the initial argument?
http://docs.djangoproject.com/en/dev/ref/forms/fields/#initial


On Sep 29, 3:33 pm, Shawn Milochik <sh...@milochik.com> wrote:
> Actually, I spoke too soon on this one. My original solution doesn't work because the hidden input on the form doesn't have a value, so the form won't validate.
>
> I fixed this by just adding display: none to the widget attrs in the __init__ instead of changing the widget to a HiddenInput. Now the "initial" value I set in __init__ comes back through when the form is submitted.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment