As part of my Wizard I have a registration step, but I want to allow users to login if they just forgot to sign in before starting the wizard. How can I set the ?next= param on the login link such that it will return to the form and pick up at the step we left off at (essentially the step after register/login)?
Adding a login/registration form to the wizard and skipping it via conditional steps for logged-in users is probably the best way to handle this (for future reference, in case others strand in this issue).
As part of my Wizard I have a registration step, but I want to allow users to login if they just forgot to sign in before starting the wizard. How can I set the
?next=
param on the login link such that it will return to the form and pick up at the step we left off at (essentially the step after register/login)?