On Jan 18, 8:32 am, niall-oc <zechs.marq...@gmail.com> wrote:
> ...
> There is a simple form.  My question is how do you set a field to be
> hidden.
>
> http://docs.djangoproject.com/en/1.1/topics/forms/#looping-over-the-f...
>
> This document explains how you may check if a field is hidden, however
> there seems to be no information on how to initially set the field to
> be hidden. I've tried adding hidden=True and is_hidden=True to the
> above class but to no avail.
>
> Any help would be really appreciated

Hi - please see the docs on form widgets and how you can change out a
form field's default widget:

http://docs.djangoproject.com/en/1.2/ref/forms/widgets/
http://docs.djangoproject.com/en/1.2/ref/forms/widgets/#specifying-widgets

I suspect you'll want to specify a HiddenInput widget for one or more
of your form fields.

Best,
BN

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to