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
Showing the Popup
GetComplied Popup will prompt automatically if it's a new user or if there is any new document/cookie.
To use the Web SDK please
install
the snippet first.
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
>
JAVASCRIPT
To you the correct javascript implementation please check the Events section.
yourButton
.
addEventListener
(
'click'
,
function
(){
getComplied
.
command
(
'show'
)});
Previous
Configure 🖊️
Next - Web SDK
Language
Last modified
2yr ago
Copy link