You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom form (on the privacy policy page) that allows users to change their consent once they have submitted consent via the banner.
There are two types of consent on the page: Necessary and Statistics, where Necessary cannot be unchecked.
When I only give consent for Necessary cookies, but not statistics. I can set the Statistics consent to true by re-submitting consent via the custom form.
When I try to remove the Statistics consent that I initially gave via the cookie banner, and re-submit the custom form, I get the following error:
Undefined index: cookieTypes
1. in /Users/jannisborgers/Websites/baypat/vendor/nilsenpaul/complete-cookie-consent/src/controllers/ConsentController.php at line 22
Hi there,
I have a custom form (on the privacy policy page) that allows users to change their consent once they have submitted consent via the banner.
There are two types of consent on the page: Necessary and Statistics, where Necessary cannot be unchecked.
When I only give consent for Necessary cookies, but not statistics. I can set the Statistics consent to true by re-submitting consent via the custom form.
When I try to remove the Statistics consent that I initially gave via the cookie banner, and re-submit the custom form, I get the following error:
Line 22 says:
My form template looks like this (I removed some excess mark up here):
The text was updated successfully, but these errors were encountered: