On Dec 30, 5:04 pm, Florian Lindner <[EMAIL PROTECTED]> wrote: > Hello, > using newforms how can I set fields to be hidden (the hidden="hidden" > attribute)?
Did you mean type="hidden" ? http://www.djangoproject.com/documentation/newforms/#widgets You can create your own widget if you need to. l. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

