auch! I just realized password_two is implamented without a widget therefore this syntax does not work. Until this gets firxed this you can do:
> {{=regform.custom.begin}} {{=regform.custom.widget.first_name}} {{=regform.custom.widget.last_name}} {{=regform.custom.widget.email}} {{=regform.custom.widget.password}} <input type="password" name="password_two" /> {{if regform.errors.password_two:}}<div class="error"> {{=regform.errors.password_two}}</div>{{pass}} {{=regform.custom.end}} Let us know if it works or not. Massimo On Aug 22, 10:31 pm, Yannick <ytchatch...@gmail.com> wrote: > Hello mate, > quick question... I'm trying to customize the Registration form using > Auth. > I was wondering about the Password_two field ??? > here is what I'm doing but not working: > > #################################### > > {{=regform.custom.begin}} > {{=regform.custom.widget.first_name}} > {{=regform.custom.widget.last_name}} > {{=regform.custom.widget.email}} > {{=regform.custom.widget.password}} > {{=regform.custom.widget.password_two}} ### <--- here is my > problem ??? what to i have to put here? > {{=regform.custom.submit}} > {{=regform.custom.end}} > > ################################## > > with this " {{=regform.custom.widget.password_two}}" the textfield > doesn't show... What do I have to put there ? > > Can anyone already had the same issue ? > > Thanks for your help --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---