On my home page, I’m using a standard template for the structure of the page and am using a small Flash movie on the page to load an ee XML file for mp3s. On my site login form which is located at /login I have the following form:
{exp:member:login_form return="-2" id="login_form"}If I go directly to /login from the home page and login, instead of returning me to the home page I’m directed to the XML file. Is there a way around this? Should I use a conditional to check if -2 was “site/playlist/” or something alike? If so, how would I go about doing that? Thanks in advance.