PS...
I tried the following..
<input type="text" value="{{=form.custom.inpval.email}}"/>
<input type="password" value="{{=form.custom.inpval.password}}"/>
This the correct?
If so...all that is left to do is to get the submit widget. How do I
do that?
Thanks
On Aug 8, 4:28 am, Dutch opera <[email protected]> wrote:
> Hi,
>
> I am trying to style the auth.login() fields and access them
> indivialuall so I can place them in separate div tags.
>
> in the html I tried
>
> form.custom.label.email
> form.custom.label.password
>
> Seemed to work. What about the widget type? using
> form.custom.input.email gave me this error
>
> AttributeError: 'NoneType' object has no attribute 'email'
>
> How do I also access the submit widget? e.g. form.custom.submit...
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---