Skip to main content
Solved

Signup form custom trigger isn't working

  • 3 May 2024
  • 1 reply
  • 52 views

Hi, 

I need to open signup form in popup on the button click so I have created signup form and select form type to popup, and added the code for custom trigger in the below page. 

https://dev.georgiemane.com/collections/frontpage/products/hair-mask?no_rule=true

I need to open the popup on the “ADD TO WISHLIST” button click, so i have added the below code:

<a href="javascript:void(0);" class="pre_load_btn js_pre_load_btn2 btn btn--primary">
<span data-add-to-cart-text>ADD TO WISHLIST</span>
</a>
<script type="text/javascript"> document.querySelector('.js_pre_load_btn2').addEventListener('click', function (){ window._klOnsite = window._klOnsite || i]; window._klOnsite.push(e'openForm', 'form_id']); }); </script>

But the popup isn’t showing on the button click. I make sure that anything isn’t missing and is setup correctly, but I am not getting an issue.

Can anyone help me with this? Thanks in advance.

1 reply

Userlevel 7
Badge +41

Welcome to the community @brijeshjasoliya 

The issue is that you have not replaced form_id in your code with the actual form id.

You can find the form id at the bottom of the form’s display editor (see below)

Let me know if that fixes it for you.

Regards

Andy

 

Reply