Thanks, also would there be a loop I can add before that to set the placeholder of each input?
On Thu, Aug 30, 2012 at 3:58 AM, Bruno Rocha <rochacbr...@gmail.com> wrote: > for label in form.elements('label'): > label["_style"] = "display:none;" > > > > > On Wed, Aug 29, 2012 at 2:47 PM, Alec Taylor <alec.tayl...@gmail.com> 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 >> >> -- >> >> >> > > > -- > > > --