Re: widget=forms.HiddenInput doesn't work

2009-04-02 Thread Michael Rose Jr.
This was fixed by upgrading to the latest version in SVN. Thanks for your help B On Apr 1, 8:57 pm, "Michael Rose Jr." wrote: > On Apr 1, 8:40 pm, Brian Neal wrote: > > > > > On Apr 1, 10:19 pm, "Michael Rose Jr." > > wrote: > > > > Brian. Thanks for responding. I mean to post "name". I've be

Re: widget=forms.HiddenInput doesn't work

2009-04-01 Thread Michael Rose Jr.
On Apr 1, 8:40 pm, Brian Neal wrote: > On Apr 1, 10:19 pm, "Michael Rose Jr." > wrote: > > > > > Brian. Thanks for responding. I mean to post "name". I've been > > experimenting with other field types, which why I accidentally pasted > > "last". Here is the HTML for "name". > > Name: > type="tex

Re: widget=forms.HiddenInput doesn't work

2009-04-01 Thread Brian Neal
On Apr 1, 10:19 pm, "Michael Rose Jr." wrote: > > Brian. Thanks for responding. I mean to post "name". I've been > experimenting with other field types, which why I accidentally pasted > "last". Here is the HTML for "name". > Name: type="text" name="name" maxlength="45" /> > > Here's the model.ht

Re: widget=forms.HiddenInput doesn't work

2009-04-01 Thread Brian Neal
On Apr 1, 10:19 pm, "Michael Rose Jr." wrote: > > Brian. Thanks for responding. I mean to post "name". I've been > experimenting with other field types, which why I accidentally pasted > "last". Here is the HTML for "name". > Name: type="text" name="name" maxlength="45" /> > > Here's the model.ht

Re: widget=forms.HiddenInput doesn't work

2009-04-01 Thread Michael Rose Jr.
On Apr 1, 6:53 pm, Brian Neal wrote: > On Apr 1, 8:16 pm, rizzoo wrote: > > > How do I make a field hidden when using ModelForm?  I tried > > HiddenInput but it appears to be ignored. > > > code:http://dpaste.com/22290/ > > Line 9 > > > Here's what View Source shows for that line in the browners

Re: widget=forms.HiddenInput doesn't work

2009-04-01 Thread Brian Neal
On Apr 1, 8:16 pm, rizzoo wrote: > How do I make a field hidden when using ModelForm?  I tried > HiddenInput but it appears to be ignored. > > code:http://dpaste.com/22290/ > Line 9 > > Here's what View Source shows for that line in the browners: > Last: name="last" maxlength="45" > Well it look

widget=forms.HiddenInput doesn't work

2009-04-01 Thread rizzoo
How do I make a field hidden when using ModelForm? I tried HiddenInput but it appears to be ignored. code: http://dpaste.com/22290/ Line 9 Here's what View Source shows for that line in the browners: Last:http://groups.google.com/group/django-users?hl=en -~--~~~~--~~