Demo: You want a different message on your policy page?
You can see it in action above. This displays an alternative message for just your privacy policy page. This can be used on its own or in conjunction with the standard message on the rest of your website. You can configure all of the following options:
$(document).ready(function () {
$.cookieCuttr({
cookieAnalytics: false,
cookiePolicyPage: true,
cookieDeclineButton: true,
cookiePolicyPageMessage: 'You can change the message here'
});
});