How to enable the user to change their mind after they have accepted or rejected the cookies?
Is it possible for the user to change their mind after they have accepted or rejected the cookies?
How can they see the popup again?
Thanks,
Andy
Set the hideAfterClick to false and it should display a "Manage Cookies" button.
Hi Chris,
Thanks for replying. It is set to false already but I don't see a 'Manage Cookies' button.
The site is at: https://www.sheffieldmca.org.uk/
Would you mind looking at how I've implemented the script to see if I'm missing something please?
Thanks,
Andy
You have set it like this hideAfterClick: 'true', but it should be hiderAfterClick: true as boolean and not as string!
Ah - fantastic - that worked!