Hide the widget button

You want to hide the button once the user made his choice ? No problem !

Activate the option in your Back Office

Go to the "integration" page on your Axeptio back office :

Go to step 2 and check the box "Hide the Axeptio button when user has completed the process" :

If you choose to hide the button, you should add a link that will reopen the widget, so that users can modify their choices, in accordance with GDPR law.

Add in your HTML a link like this one that will reopen the widget :

<a href="javascript:openAxeptioCookies()">
    Click here to modify your preferences in terms of cookies
</a>

Poof ! It's gone !

Last updated