3 Ways to Trigger a Popup on Click

Using the Click Trigger Point

The Click trigger point helps you to easily display a popup by clicking on a button, a link, or even on an image by providing its class or ID. Read more

Using HTML Data attributes

This way requires access to the HTML code of your website and the popup's ID you are going to manipulate. Read more

Using the JavaScript API (Developers only)

Manipulate a popup on demand by calling certain methods, such as open(), close(), or even listening to popup events such as onBeforeOpen, onAfterOpen, and more. Read more

Last updated on Sep 9th 2025 13:09