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

Inputs

It can be used on forms for the purpose of accepting only one consent (newsletter permission for example).

PreviousAuto OpenNextInput Lock

Last updated 5 years ago

Was this helpful?

To use the Web SDK please the snippet first.

You can generate inputs in your project from the . After that, you just need to put your input code on your website (input is synchronized with the popup, so it will only work when your popup is configured and working). It can be initialized by using:

<gc-input name="YOUR-INPUT-KEY"></gc-input>

or

<div gc-input name="YOUR-INPUT-KEY"></div>
install
backoffice