we are working on a customer project Wordpress which uses HubSpot - Leadin Modal. When opening the website liquilife.de after a few seconds a pop up appears with "Wollen Sie mehr Informationen?" Kontaktdaten eingeben.
This is fine so far.
Now I want to link a button to open that pop up as well. I tried doing it like that
<a href data-toggle="modal" data-target="#leadinModal-17132619" class="btn btn-primary">Kontakt aufnehmen</a>
So targeting the leadinModal ID (which is probably loaded form an external JS).
This is not working. Maybe you have a smart move to get this working.
Thanks ! :)