making newforms' field as type hidden temporarily

2007-07-07 Thread Mambaragi
Hello, I use Django 0.96, newforms. If a form's field is bound, sometimes I need it to be hidden. I have to use {% if %} for this. But if it possible to set the form object's field as hidden temporarily, it will be really nice. Regards, KwonNam. --~--~-~--~~~---~--~

Re: making newforms' field as type hidden temporarily

2007-07-07 Thread [EMAIL PROTECTED]
On Jul 7, 10:47 am, Mambaragi <[EMAIL PROTECTED]> wrote: > Hello, > I use Django 0.96, newforms. > > If a form's field is bound, sometimes I need it to be hidden. > I have to use {% if %} for this. > But if it possible to set the form object's field as hidden > temporarily, it will be really nice.