Hi
I'm implementing a website where I have one login form, but where I need to access it from several pages (extranet login page, forum login page, etc.). Is there some way to indicate in the template that DW should return the user to the page, where he came from after login?
The main reason is the forum page, where the client don't want to have another login form. We should then redirect the user to the central login form and send the user back to the forum start page after login.
I could of course create several (hidden) login pages - each one with it's specific redirection, but could there be a better solution? Maybe some "if statement" or similar?