Custom Position
GeComplied can be inside of a html tag on your website instead of being a popup.
When this is applied, it will be always visible.
It will no longer listen to certain commands or execute some callbacks.
Affected commands: show, onopen and onclose.
Affected callbacks: onopen, onclose
To open GetComplied modal use the following tag.
<gc-prompt-container></gc-prompt-container>
Or you can add a property to any element.
<div gc-prompt-container></div>
To you the correct javascript implementation please check the Events section.
getComplied.container = document.getElementById('yourElementId');
Last modified 3yr ago