Inputs

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

To use the Web SDK please install the snippet first.

You can generate inputs in your project from the backoffice. 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>

Last updated