Ralph Stachulla
unread,May 29, 2010, 10:57:51 AM5/29/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Hello,
I´m new in web2py and I´m trying to do an user - autification.
Everything works fine so far, I did it the way it is described in the
web2py book. But now I want to modificate the layout a little bit, the
text-fields are too long, I want to have "E-Mail:" and "Password:" in
a separate line...
I`ve read some posts here in this group, but I didn`t find a really
good solution.
Before I had only: {{=form}} in my user.html.
Now I´ve tried the code from the "form css i can`t believe it`s
soooooo hard" - post:
{{=form.custom.begin}}
username: {{=form.custom.widget.email}}
password: {{=form.custom.widget.password}}
submit: {{=form.custom.submit}}
{{=form.custom.end}}
But now I don`t have the "Remember Me"-Checkbox anymore. And when I
click on "Register" or "Lost Password" there is nothing anymore.
Can anyone please help me?
Thanks
ralph