auth.login() return a SQLFORM

I read form manual that SQLFORM supports form.custom

{{f=form.custom}}
{{=f.begin}}
<p>
    blablabla
</p>
{{=f.end}}

On Oct 19, 2:16 pm, baloan <balo...@googlemail.com> wrote:
> Hello,
>
> during authorisation the auth() method generates form html code like
> this:
>
> <form> ...blabla... </form>
>
> I'd like to customize the html to fit a css template like this:
>
> <form><p> ...blabla... </p></form>
>
> How would I do this?
>
> Regards, Andreas
> baloand at gmail dot com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to