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.