for label in form.elements('label'):
label["_style"] = "display:none;"On Wed, Aug 29, 2012 at 2:47 PM, Alec Taylor <[email protected]> wrote: > How do I remove labels from forms? > > I want to use placeholders instead... > > (this is for the auth.register form) > > Thanks for all suggestions, > > Alec Taylor > > -- > > > > --

