Re: clear/empty text field on every POST

2011-08-02 Thread Reikje
Good workaround :) Adding it. Thanks On Aug 1, 12:05 pm, lokesh wrote: > hi, >  Use Javascript or jquery .reset() to clear the form fields . > Lokesh S > > On Aug 1, 1:41 pm, Reikje wrote: > > > Hi, > > > I am using django.Forms for a website. I have

Re: clear/empty text field on every POST

2011-08-01 Thread lokesh
hi, Use Javascript or jquery .reset() to clear the form fields . Lokesh S On Aug 1, 1:41 pm, Reikje wrote: > Hi, > > I am using django.Forms for a website. I have a text field which is > not required. Every time it is posted, I do not retain what was > entered in this

clear/empty text field on every POST

2011-08-01 Thread Reikje
Hi, I am using django.Forms for a website. I have a text field which is not required. Every time it is posted, I do not retain what was entered in this field, i.e. it should be blank every time the page is rendered. What is the best way to archive this? Here is the form: class