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

Input Lock

Its purpose is to disable your form submission button when the input is required and its value is false and enable the same when the required permission is set to true.

PreviousInputsNextRights Managment

Last updated 5 years ago

Was this helpful?

To use the Web SDK please the snippet first.

To use the Web SDK please the snippet first.

It can be set by using:

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

The key for-gc-input-name tells us which input should it listen to (you can have more than one input per page) and gc-input-lock is the funcionality.

install
install