On Wed, Jul 17, 2013 at 6:02 AM, Koen Vanhees <[email protected]> wrote: > > That redirection works even before the page loads. > What am I doing wrong?
2 things: 1) the else redirect to "third" because your form wans't processed yet. Check manual and make some experiments to understand form processing flow. 2) About your request.vars.id, show us your view. If this is an insert form, you don't have an id yet. Again, check manual about SQLFORM processing flow. -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

