yes

def f(form): form.vars.two = form.vars.one+1
auth.settigns.login_onvalidation = f

and on the right side a function that can computes new form.vars from
existing form.vars.

On Oct 30, 4:21 am, cpicada <cpic...@gmail.com> wrote:
> Is there a way to process the data entered at the register form before
> doing the actual registration?
>
> I am looking for a way to add computed values to a user record during
> registration, login and profile modification.
>
> I am sorry if this is a silly question. I am very new to web2py (I
> have been working with django until now). I bought and read the e-book
> sold at Lulu and I also made some searches in this group, but I don't
> seem to get it right.
> Regards,
>
> cpicada.wordpress.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