Hi all,
We have a project developed in NetTalk 5 which is a fairly basic user project messaging portal that requires a login to use.
Part of the functionality is that when a message is sent to a user on the portal, an email is sent to the recipient with a link back to the specific project in the portal e.g.:
http://www.myportal.com/projects?projectID=12345Now, these pages are set to only display if logged in, and I love the way that NetTalk automatically takes the user to the login screen if they are not already logged in so they can do so.
However, once they log in, they are taken to the main portal dashboard, and not to the link that they were trying to head to.
What is the neatest way to capture the original page reference, so that once the login procedure is completed, it can redirect the user to the project page that they wanted to do to? (and conversely if they are doing a normal login then just go to the dashboard?)
Thanks,
Devan