We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 45373
    • 7 Posts
    Hi guys!

    I don't know if this thing can be done or not:

    I have a link on a page that is controlled with the snippet "checklogin", when you are logged out the href is the call for a Modal Login (a popup on the same page asking username and password) and when you do the login the href becomes the real link (in this case a variable [*link1*]), WebLogin redirects me to the same page the user is viewing which is fine since it acts like a "refresh", but now i need to take this a step further: Is it possible to redirect the user to the link he clicked after the login, if i click on link1 and i'm not logged i want to ask for username and password and then redirect to the clicked link [*link1*] and not to the page i was viewing (kinda like setting "loginhomeid" but in a dynamic way since the links are controlled via variables link1,2,3 etc.)