Re: accessing to a field value in the template

2008-12-22 Thread Malcolm Tredinnick
On Mon, 2008-12-22 at 17:20 -0600, GaRaGeD Style wrote: > > That particular value comes from one of three sources. In order of > > highest priority to lowest, they are: > > > >(1) Data submitted to the form (for redisplaying submitted data > >for errors). > >(2) Initial

Re: accessing to a field value in the template

2008-12-22 Thread GaRaGeD Style
> That particular value comes from one of three sources. In order of > highest priority to lowest, they are: > >(1) Data submitted to the form (for redisplaying submitted data >for errors). >(2) Initial data provided to the form class >(3) Initial data provided to

Re: accessing to a field value in the template

2008-12-21 Thread Malcolm Tredinnick
On Sun, 2008-12-21 at 19:57 -0800, iruns...@gmail.com wrote: > Hi, > > I am new in Django and I am wondering if it is possible to access to a > form field value in through a template. > > I know that I can access to the field by {{field}} and also can access > to the field.label, errors,

accessing to a field value in the template

2008-12-21 Thread irunsoft
Hi, I am new in Django and I am wondering if it is possible to access to a form field value in through a template. I know that I can access to the field by {{field}} and also can access to the field.label, errors, label_tag, but I would like to access to the intial value of a field. Suppose I