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
      • Right to rectification
      • Right to data portability
      • Right to data access
      • Right to erasure (right to be forgotten)
    • 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
On this page

Was this helpful?

  1. Web SDK

Custom Position

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

PreviousLanguageNextLayer

Last updated 5 years ago

Was this helpful?

To use the Web SDK please 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');

install