Basic GDPR Compliance use cases (drupal 8.x only):

  • Form checkboxes
  • Pop-up alert
  • Policy Page

Policy Page

* If the Policy Page does not suit you
- create your own, replace the link & clear cache.
- or modify policy content with `HOOK_gdpr_compliance_policy_alter()`
* Policy Page based on:

Form Settings:

* User register / login
* Contact forms
* Node Add forms
* Webform basic support (see #2972730)

Cookies Settings:

like eu_cookie_compliance but more easy to use:
* User / Guest display
* Color settings
* Bootstrap friendly

eu_cookie_compliance code diff

* js based on core/jquery.cookie & very small and understandable
* pop-up is translatable template

Usage:

composer require 'drupal/gdpr_compliance:^1.0'

Settings screenshot:

Form Settings
Pop-up Settings

Supporting organizations: 
AttachmentSize
settings1.png20.59 KB
settings2.png22.83 KB

Project information

Releases