Mandatory consent
In some cases, you'll want to make the acceptance of the checkbox mandatory to continue the process. Here is how
1. Présentation vidéo
2. Concrete example
In the case of Axeptio we can see that it is necessary to agree with the CGU to access services proposed by Axeptio, and on our side we have to be able to prove that you agreed with our CGU if you use Axeptio. We then conditioned the button "Create an account" to the consent to CGU. The button is greyed until you accepted the CGU and unlocks once you clicked on "I agree"
II. Technical integration
To realise this part, it is necessary to have configured a marketing checkbox and filled a register as described before.
In your site footer at the same place as the sdk, you will add the following functions :
III. Find the service identifier
To find your identifer, go to the wanted service Example : for a marketing checkbox : 1 - Go to Marketing consents module 2 - Choose the checkbox you want to configure 3 - You'll see the screen below
In your project URL you'll find in blue the data-id of your project and in red the token of your identifier. Now just replace the identifier in your Javascript integration.
Congratulations ! Your checkbox acceptance is now required in your form
Dernière mise à jour