Custom Position

GeComplied can be inside of a html tag on your website instead of being a popup.

To use the Web SDK please install the snippet first.

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

HTML

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 updated