I need users to return to a specific page once they've successfully logged in.How do I create a login return URL?
If you ever need to have users login and want to be sure they return to the page you have them starting from, use the following syntax: ?referer=%2F[relative URL to page]
The %2F must appear before the URL to the page. It is HTML encoding for the / character.
Redirect example: https://www.fdanews.com/user/login?referer=%2Fwebinars