Re: reset button

2014-06-18 Thread Tom Evans
gt; message = forms.CharField() > sender = forms.EmailField(required=False) > > > It adds a submit button by default but I like to add reset button and I > don't know how to do it. Just like it doesn't output the tags around your form, Django will never add any butt

reset button

2014-06-18 Thread Sebastián Richmond
by default but I like to add reset button and I don't know how to do it. Thanks a lot -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django

Re: reset button question

2009-05-25 Thread Jani Tiainen
Bobby Roberts kirjoitti: > i'm trying to put a simple reset button on a form but it's not > working Why wouldn't a standard html reset button be working? No reason but you definitely shouldn't put reset button on a form in a first place [1]. [1] http://www.useit.

Re: reset button question

2009-05-24 Thread Reiner
I can't think of any reason why it shouldn't work, so I think their might be a problem in your code. Could you some snippet of the relevant html code? On May 24, 3:38 pm, Bobby Roberts wrote: > i'm trying to put a simple reset button on a form but it's not > workin

reset button question

2009-05-24 Thread Bobby Roberts
i'm trying to put a simple reset button on a form but it's not working Why wouldn't a standard html reset button be working? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&quo