Home › Forums › WoodMart support forum › Trigger the log-in sidebar › Reply To: Trigger the log-in sidebar
August 29, 2023 at 10:19 am
#491875
Luke Nielsen
Keymaster
Hello,
Open via the custom log-in sidebar, this is possible only with JS, for this, you need to call this code when you need to open the form, otherwise, unfortunately, no way.
(function($) {
$('.login-side-opener').trigger('click');
})(jQuery);
Kind Regards