Is there a way to obtain a single link to change privacy settings? We usually add this to the footer.
Hi,
there may be a better way, but this is what I usually do: under “Consent Manager → Forms → Privacy Policy” there is a form template for that. If you want to use just a link, you can either strip down the template and do the rest with CSS (styling the button), so that it matches the surrounding links - or you add that form to your privacy policy and link with an anchor to that section from the footer.
best,
Markus
1 Like
If you need full customization, you can also add a custom link and trigger ppms.cm.api('openConsentForm')
on click.
1 Like
That sounds much easier
1 Like
Thank youuuuu! this is perfect!
1 Like