Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable the user to change their mind after they have accepted or rejected the cookies? #72

Open
sensibleandy opened this issue Jan 17, 2023 · 4 comments

Comments

@sensibleandy
Copy link

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

@chrisonline
Copy link

Set the hideAfterClick to false and it should display a "Manage Cookies" button.

@sensibleandy
Copy link
Author

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

@chrisonline
Copy link

You have set it like this hideAfterClick: 'true', but it should be hiderAfterClick: true as boolean and not as string!

@sensibleandy
Copy link
Author

sensibleandy commented Jan 17, 2023

Ah - fantastic - that worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants