Comment on page
Showing the Popup
GetComplied Popup will prompt automatically if it's a new user or if there is any new document/cookie.
To open GetComplied modal use the following tag.
<gc-prompt-caller>Comply</gc-prompt-caller>
Or you can add a property to any element.
<div gc-prompt-caller></div>
To you the correct javascript implementation please check the Events section.
yourButton.addEventListener('click', function(){getComplied.command('show')});
Last modified 3yr ago