I have two different register forms in my application. One is pretty basic and I control where it redirects to using: auth.settings.register_next = URL('default', 'home')
In my other register function I want to redirect it to a completely different place, and I want to send some vars over to the different place. It looks like the following (simplified): def register_invite(): form = auth.register() a = 10 b = 11 return dict(form=form) So to sum up my question again: How can I redirect this function along with the variables a and b, to say a middle function named "middle", after successful processing and after if being accepted? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.