Am I missing something? I’ve tried adding return=“site/index” and several other combinations when embedding the login form inside a template and nothing works.
When I do a view source there are a few hidden fields that look like this:
<div class='hiddenFields'>
<input type="hidden" name="XID" value="34cad1dabfbbafdd129592aa5bf7fc9e33afa30f" />
<input type="hidden" name="ACT" value="9" />
<input type="hidden" name="RET" value="site/index" />
<input type="hidden" name="site_id" value="1" />
</div>I see that there is a value set to the right place, but when I login I’m taken to the /member/profile address as if there was some global setting somewhere that overrides everything. I have no idea. Using ee version 1.
Thanks