GetComplied
Página Oficial
Search…
GetComplied
Introduction 👋
How to Install 🛠️
Configure 🖊️
Web SDK
Showing the Popup
Language
Custom Position
Layer
Animation
Continue Anyway
Auto Open
Inputs
Input Lock
Rights Managment
Data-Attributes
Events
Query String
Callbacks
Api Commands
Debug Console
Webhook
GetComplied UI
Dashboard
Policies
Cookies
Projects
Contacts
Incidents
Incidents
Submissions
CRM, CMS & ERP
Integrations
HELP // SUPPORT
Still need help?
Powered By
GitBook
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.
1
<
gc-prompt-container
>
</
gc-prompt-container
>
Copied!
Or you can add a property to any element.
1
<
div
gc-prompt-container
>
</
div
>
Copied!
To you the correct javascript implementation please check the Events section.
1
getComplied
.
container
=
document
.
getElementById
(
'yourElementId'
);
Copied!
Web SDK - Previous
Language
Next - Web SDK
Layer
Last modified
2yr ago
Copy link
Contents
HTML