Here is a better description for what I want to accomplish. Basically the business logic is this: I need a quick registration and then redirection to a form with option to enter more information.
1) Register with the minimum requirements - email address/password 2) Redirect to My Info form at /myinfo where I have form.process(formname='myinfo').accepted Registration is OK, redirection is OK, but I don't see /myinfo in the browser address, it stays as it is the former page link before redirection. So when I hit Submit after form filling on /myinfo from the logs I see form.process(formname='myinfo').accepted is not hit at all.

