Show cookie form only for logged-out users

Hi there,

our pages are accessible for logged-out but also logged-in users. Logged-in users are giving us their consent through the registration process so we don’t need to show them the cookie form once they are logged in.

Can we use that approach: Show cookie consent on selected page - #4 by kuba to apply the consent automatically for logged-in users?

And with document.getElementById('ppms_cm_consent_popup_<your site id>').style.display = "none"; we can prevent the cookie popup to show up for logged-in users?

Thanks in advance

You can also use the API to apply consent for logged in users automatically (since they accepted the terms of service).