• Resolved Jim

    (@digitalredefined)


    Hi Max –

    Plugin works great. I’m wondering if it returns the User Id? I’m hoping to get it without refreshing the page. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Max K

    (@kaminskym)

    Hi Jim,

    No, it does not return user ID after login/registration.

    But maybe I will add some filters for response body to the next version.

    Max

    Thread Starter Jim

    (@digitalredefined)

    Hi Max – that would be great. Another feature that would be useful is closing the modal without refresh. In the interim I created a solution by doing an AJAX call to grab the ID when the user closes the modal.

    Thanks,
    Jim

    Plugin Author Max K

    (@kaminskym)

    Use something like for close modal:

    $(‘.lrm-close-form’).click();

    Also now ‘user_id’ returned from the server.

    Thread Starter Jim

    (@digitalredefined)

    Thanks, Max. took it a bit further and have a watch for the return message that’s closing it automatically.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Return User ID on login’ is closed to new replies.