Hello,
I want suggestion as to how to do the following:
1) In my current scenario,when a particular user fills a form which contains one field as manager and saves the details that manager receives an email stating that u have a request. This email also contais an URL which when clicked upon redirects the manager to view that request.
2) I am receiving email containing URL. However, when i click on that i am not being redirected to that particular page which i need...instead it redirects me to login page..when the manager fills in details he gets to see his home page.
To be precise:
CASE 1:
Manager Login : ---> PAGE 1 -----> PAGE 2.
CASE 2 : [ WHICH I NEED]
When manager receives link through EMAIL and clicks on it Following should happen
Manager Login -----> PAGE 2 { PAGE 1 should be skipped as the url will contain the page2 name so no need to redirect to page1 on login} How to achieve it???
Please awating reply,
Thanks
Rohan