Consent Manager - make it possible to change user preferences after consent

Hello - I’d like to understand how I can allow users on my site to change their cookie preferences after they have been set using Piwik Consent Manager. Thanks

Hi,

there is a code snippet for a “Consent-Form Link” in the module´s “Consent Templates” section. You can copy that code and create a button in order to show the dialog again. Unfortunately you can not create a simple link… but you can use css to style the button just like any regular link. example:

#ppms_cm_privacy_settings_button {
    border: 0!important;
    background: none!important;
    text-decoration: underline!important;
    padding: 0!important;
}

hope that helps

1 Like

Hello,

If you’d like to read more about the ‘Consent-Form Link’ mentioned above, here are 2 articles from our Help center that should make this easier to understand:

About privacy policy page widgets
Consent form link

Let us know if you need any more help with this topic :slight_smile:

1 Like