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
  2. Rights Managment

Right to rectification

Its purpose is to disable the right to rectification from your modal, its default value is true.

PreviousRights ManagmentNextRight to data portability

Last updated 5 years ago

Was this helpful?

To use the Web SDK please the snippet first.

Its purpose is to disable the right to rectification from your modal, its default value is true. It can be set by using:

getComplied.rightToRectification = false;

If you need to hide the functionality but still access it by commands (requires rightToRectification enabled):

getComplied.rightToRectificationVisible = false;
install