Create custom configuration page
AnsweredHi, I am not going to change the dialog but I am interested in whether it is possible to create a custom configuration page where users can set their preferences? Please take a look this example, this is what I am thinking about. https://www.lexus.hu/site-cookies
I can’t see related JS functions in the API, is there an official way to do this?
-
Hi Nemeth,
This is possible, but it would require deeper programming knowledge.
There is an event to the "OK" button from Cookiebot:function(e) {
that.submitConsent(!1)
}
You should check the logic behindthat.submitConsent(!1)
In any case if you do this you need to use the same ID's as Cookiebot uses in the new markup.
Regards,
Martin0 -
Hi Martin,
Thank you for your reply. Are you member of Cookiebot? This solution looks to me a bit dirty. Would you recommend it officially? I am afraid of if something changes in the core our solution will break. It would be better to support his method by the API.
0
Please sign in to leave a comment.
Comments
2 comments