I have a login form on a page that should log a member in to their account and return their member id in the url. I have the form set up like this:
{exp:member:login_form return="user/files/{logged_in_member_id}/”}
The problem is that the {logged_in_member_id} is only returning 0 in the url segment. Everything seems to be working except that.
I’m using this member id to filter out entries by only that member on the page.
Any ideas?