GDPR Data Request Form

Beschreibung

Dieses Plugin benutzt WordPress-Core-Werkzeuge für DSGVO(GDPR)-Konformität.

Since release 4.9.6, WordPress admin has some tools to handle Privacy User Requests. Administrators are able to create Data Request for every users in order to send or erase users data. This plugin allow website administrators to display Data Request Forms in front-end, for example in your Privacy Policy Page.

Easily integrate a Personal Data Request Form for your visitors/users in front-end, with some options:
– Personal Data Export
– Personal Data Erasure
– Both of them

It’s easy to integrate:

  • Widget
    The widget allows to integrate Data Request Form in your theme widget areas. It comes with three options: Form Title, Form Description Paragraph and Form Type.

  • Gutenberg Block (since 1.4!)
    The Gutenberg Block makes it even easier to integrate front-end forms in your website. The block allows you to choose the type of form you need.

  • Shortcode
    [gpdr-data-request] shortcode allows to integrate Data Request Form where you need. This shortcode has no parameter.

  • PHP Function
    echo gdrf_data_request_form( $args ) function allows to integrate Data Request Form where you need. This function has some parameters and filters (see FAQ section below). Don’t forget to echo the function.

GDPR Data Request Form is using AJAX to provide clean and user-friendly forms in front-end. You can integrate them in any page of your website (like your Privacy Policy Page) or in your sidebar/footer.

The email address of the Data Protection Officer (DPO) can be changed in the Privacy Settings screen (Settings > Privacy).

Ablauf einer Anfrage:

  • Der Benutzer/Besucher benutzt dein Anfrageformular bezüglich personenbezogener Daten, um deren Export oder Löschung zu beantragen.
  • A request is created in WordPress Tools > Export/Erase personal data.
  • Eine E-Mail wird an den Benutzer/Besucher gesendet, um diese Anfrage zu bestätigen.
  • The user request is set to Confirmed in Tools > Export/Erase personal data.
  • Eine E-Mail wird an den Administrator der Website geschickt, um die Anfrage zu bestätigen.
  • Die personenbezogenen Daten werden per E-Mail an den Benutzer/Besucher versendet (der Download-Link ist 3 Tage lang gültig) oder gelöscht, je nach Anfragetyp.

Screenshots

  • Frontend-Formular-Funktion.
  • Frontend-Formular-Anfrage erfolgreich.
  • Specific Gutenberg Block available.
  • Gutenberg Block rendering in the editor.
  • Widget parameters.
  • Bestätigungs-E-Mail wurde an den Benutzer/Besucher gesendet.
  • Datenschutz-Anfrage-Ansicht aktualisiert im WordPress-Admin-Bereich.
  • Der Benutzer/Besucher hat diese Anfrage bestätigt.
  • Der Inhaber der Website kann Benutzern/Besuchern personenbezogene Daten per E-Mail senden.
  • Der Benutzer/Besucher hat eine E-Mail mit einem Download-Link erhalten.
  • Exportierte personenbezogene Daten in der Benutzer/Besucher-Ansicht.

Blöcke

Dieses Plugin unterstützt 1 Block.

  • Privacy Data Request Form

Installation

  1. Lade den Ordner dieses Plugins in dein /wp-content/plugins/-Verzeichnis hoch
  2. Aktiviere das Plugin über das „Plugins“-WordPress-Menü: Das war’s, es gibt keine Einstellungen!
  3. Um das Anfrageformular anzuzeigen, benutze unseren Shortcode [gpdr-data-request] innerhalb deiner Beiträge/Seiten oder benutze unser Widget GDPR Data Request Form, das du in der „Widgets“-Ansicht findest.

FAQ

Voraussetzungen

Du benötigst mindestens WordPress 4.9.6, um dieses Plugin zu benutzen!

Ablauf einer Anfrage bezüglich personenbezogener Daten:

  • Der Benutzer/Besucher benutzt dein Anfrageformular bezüglich personenbezogener Daten, um deren Export oder Löschung zu beantragen.
  • A request is created in WordPress Tools > Export/Erase personal data.
  • Dem Benutzer wird eine E-Mail geschickt, um diese Anfrage zu bestätigen.
  • The user request is set to Confirmed in WordPress Tools > Export/Erase personal data.
  • Eine E-Mail wird an den Administrator der Website geschickt, um die Anfrage zu bestätigen.
  • Die personenbezogenen Daten werden per E-Mail an den Benutzer/Besucher versendet (der Download-Link ist 3 Tage lang gültig) oder gelöscht, je nach Anfragetyp.

How to display Data Request Forms using the shortcode?

Use our shortcode [gdpr-data-request] in your posts or pages.

How to display Data Request Forms using the PHP function?

Use our function: echo gdrf_data_request_form() in your theme/child theme.
This function has some parameters:

‚form_id‘ (type String): ID of the

<

form> HTML element. Default: gdrf-form.
‚label_select_request‘ (type String): label of the Request Type selector.
‚label_select_export‘ (type String): label of the export option radio button.
‚label_select_remove‘ (type String): label of the remove option radio button.
‚label_input_email‘ (type String): label of the „email“ required field.
‚label_input_captcha‘ (type String): label of the „captcha“ required field.
‚value_submit‘ (type String): text of the submit form button.
‚request_type‘ (type String): either you want to display the Export Personal Data Form, the Remove Personal Data Form, or to let the users choose their request by themselves.

See the documentation for further examples/use case: GitHub Repository

Wie zeige ich Anfrageformulare bezüglich personenbezogener Daten mittels Widgets an?

Benutze unser Widget GDPR Data Request Form, das du in der Widgets-Ansicht findest.

How to display Data Request Forms using Gutenberg Block?

Use our Privacy Request Block Block available on any page/post using Gutenberg Block Editor.

Kann ich individuelles CSS für meine Anfrageformulare einsetzen?

Klar! Dieses Plugin hat nur für die Anzeige von Fehler-/Erfolgsmeldungen eigene CSS-Regeln. Es benutzt die Standard-CSS-Regeln deines Themes. Jedes HTML-Element des Formulars benutzt bestimmte CSS-Klassen, sodass du die Anzeige anpassen kannst, wie du sie brauchst. Es gibt keine Standard-CSS-Stile außer denen für die Anzeige von Fehler-/Erfolgsmeldungen.

Wie kann ich Anfragen von Benutzern bezüglich personenbezogener Daten in der WordPress-Administrationsoberfläche verwalten?

Please read this Make/Core post announcing 4.9.6 GDPR features (English).
If you speak French, you can also read the post I wrote on Whodunit Agency’s Blog: WordPress 4.9.6 et la conformité RGPD (French)

My language is not supported or partially, what can I do?

This plugin is handled by the WordPress polyglot’s community.
The plugin author is not responsible for translations or mistakes in other languages than English (and also French since this is my native language).
You can contribute to translate GDPR Data Request Form in your native language here (and fix any mistakes/typos by yourself as well).

How can I contribute to this plugin?

This plugin is being developed on Github.
Any comment, issue or pull request are more than welcome 🙂
You can also open a support ticket to ask for enhancements/bugfixes.

Lovely contributors: @audrasjb (plugin author), @juliobox, @wolly, @presskopp, @abdullahramzan, @xkon.

Rezensionen

1. September 2022
I use it on all my GDPR pages so that visitors can query the database and have their respective data removed, if they wish, without me having to do anything. Brilliant and essential!
3. August 2021
An essential extension for those who want to comply with the GDPR. Not having this functionality in the Core is nonsense.
Alle 14 Rezensionen lesen

Mitwirkende & Entwickler

„GDPR Data Request Form“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„GDPR Data Request Form“ wurde in 19 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.

Übersetze „GDPR Data Request Form“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.7

  • Security: Fixes a security issue discovered by Ngô Thiên An and responsively escalated by the Patchstack team. Thanks!
  • CSS: Adds the wp-element-button class to the form button to allow it to be automatically styled bye WordPress global styles. Props @maxpertici from Whodunit team.
  • Typo correction in the readme. Props Marc Lacroix from the French WP Slack team.

1.6

  • Enable the DPO email settings feature.

1.5.2

  • WP 5.9 compatibility.

1.5.1

  • Fix a potential PHP error in the DPO email address override.

1.5

  • New feature: the Data Protection Officer (DPO) email address can now be changed in the privacy settings screen.

1.4.2

  • Various WordPress coding standards enhancements. Props @leprincenoir for the patch: https://github.com/audrasjb/gdpr-data-request-form/pull/25

1.4.1

  • Fix: Simplify form data serialization when submitting form with AJAX. Props @gonzomir for the patch: https://github.com/audrasjb/gdpr-data-request-form/pull/24

1.4

  • New feature: introduce the Privacy Data Request Gutenberg Block.
  • New feature: introduce privacy_data_request_form_defaults Filter to hook the default form parameters.
  • Enhancement: new option on the Widget. Now you can choose the type of form you want to display.
  • Coding standards improvements.

1.3

  • Introduce gdrf_data_request_form() function.
  • General code refactoring to prepare potential Core inclusion of the plugin.
  • Introduce [gdpr-data-request] shortcode. Obviously, the old shortcake is still supported for backward compatibility.

1.2

  • Replaces fixed captcha with a randomized one for better security.
  • Adds function_exists to check if WP 4.9.6 is used before displaying the form.
  • Fix some i18n strings
    Thanks @juliobox, @presskopp and @abdullahramzan for feedbacks, fixes and implementations.

1.1

  • Enqueue styles and scripts only when necessary (thanks @juliobox and @jmlapam for the feedback and few fixes)
  • Removes CSS default color to radio button label (thanks @wolly for the feedback)

1.0.1

  • Small fix on widget part (thanks @juliobox for his feedback)

1.0

  • First version of this plugin: includes shortcode and widget to handle GDPR Personal Data Requests Form in front-end.