If you use

{{=form.custom.begin}}
{{=form.custom.widget.email}}
{{=form.custom.widget.password}}
{{=form.custom.submit}}
{{=form.custom.end}}

you do not need to add the hidden fields.

On Aug 8, 11:00 am, Dutch opera <dutchop...@gmail.com> wrote:
> Thanks
> I just added I justed added {{=form.hidden_fields()}} and it
> worked...and it worked..yeah...
>
> On Aug 8, 4:36 am, Dutch opera <dutchop...@gmail.com> wrote:
>
> > 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 <dutchop...@gmail.com> 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 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