Redirecting job seeker after login/registration (back to job listing)
What if I want the user to be redirected to the job posting at which they were just looking?
For instance:
1. user looks at job lising
2. decides they want to apply (Note: You must be logged in to apply on my site)
3. user either registers or logs in
4. **User should be redirected back to the listing **
I'm looking at the forms and I see where the redirect code, but I'm not sure about the code logic needed to achieve this.