Use WordPress Core GDPR tools to build front-end Personal Data export/erasure forms (includes Widget, Gutenberg Block, shortcode & Hooks).
This plugin uses WordPress Core tools for GDPR Compliance.
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).
Data Request Workflow:
/wp-content/plugins/
directory[gpdr-data-request]
in your posts/pages or use our Widget GDPR Data Request Form
available on “Widgets” Screen.Front-end form feature.
Front-end form request succeed.
Specific Gutenberg Block available.
Gutenberg Block rendering in the editor.
Widget parameters.
Confirmation email sent to the user/visitor.
Data requests screen updated in WordPress Admin.
The user/visitor confirmed this Data Request.
Website owner can email user/visitor personal data.
The user/visitor received an email with a download link.
Personal Data Export as received by the user/visitor.
You need WordPress 4.9.6 at least to use this plugin.
request
is created in WordPress Tools > Export/Erase personal data.Use our shortcode [gdpr-data-request]
in your posts or pages.
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
Use our widget GDPR Data Request Form
available on Widgets Screen.
Use our Privacy Request Block
Block available on any page/post using Gutenberg Block Editor.
Sure! This plugin only have CSS Styles for error/success messages. It will use your theme default CSS styles. Every HTML element of the form uses specific CSS classes so your can customize it as you need. There is no default CSS styles except for error/success messages.
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)
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).
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.
wp-element-button
class to the form button to allow it to be automatically styled bye WordPress global styles. Props @maxpertici from Whodunit team. privacy_data_request_form_defaults
Filter to hook the default form parameters.