Title: GDPR Data Request Form
Author: Jb Audras
Published: <strong>17 mai 2018</strong>
Last modified: 27 noiembrie 2025

---

Caută module

![](https://ps.w.org/gdpr-data-request-form/assets/banner-772x250.png?rev=2150931)

![](https://ps.w.org/gdpr-data-request-form/assets/icon-256x256.png?rev=2150782)

# GDPR Data Request Form

 De [Jb Audras](https://profiles.wordpress.org/audrasjb/)

[Descarcă](https://downloads.wordpress.org/plugin/gdpr-data-request-form.1.7.zip)

 * [Detalii](https://ro.wordpress.org/plugins/gdpr-data-request-form/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/gdpr-data-request-form/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/gdpr-data-request-form/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/gdpr-data-request-form/#developers)

 [Suport](https://wordpress.org/support/plugin/gdpr-data-request-form/)

## Descriere

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

Este ușor de integrat:

 * **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.

Adresa de email a responsabilului cu protecția datelor cu caracter personal poate
fi schimbată în ecranul setări pentru confidențialitate (Setări > Confidențialitate).

**Data Request Workflow:**

 * The user/visitor use your Personal Data Request Form to ask for Personal Data
   Export or Erasure.
 * A request is created in WordPress Tools > Export/Erase personal data.
 * An email is sent to the user/visitor to confirm this request.
 * The user request is set to Confirmed in Tools > Export/Erase personal data.
 * An email is sent to the website administrator to validate the request.
 * The personal data are sent by email to the user/visitor (as a 3-day available
   download link), or erased, depending on the user request type.

## Capturi ecran

[⌊Front-end form feature.⌉⌊Front-end form feature.⌉[

Front-end form feature.

[⌊Front-end form request succeed.⌉⌊Front-end form request succeed.⌉[

Front-end form request succeed.

[⌊Blocuri Gutenberg specifice și disponibile.⌉⌊Blocuri Gutenberg specifice și disponibile
.⌉[

Blocuri Gutenberg specifice și disponibile.

[⌊Randarea blocurilor Gutenberg în editor.⌉⌊Randarea blocurilor Gutenberg în editor
.⌉[

Randarea blocurilor Gutenberg în editor.

[⌊Parametrii piesă.⌉⌊Parametrii piesă.⌉[

Parametrii piesă.

[⌊Confirmation email sent to the user/visitor.⌉⌊Confirmation email sent to the user/
visitor.⌉[

Confirmation email sent to the user/visitor.

[⌊Data requests screen updated in WordPress Admin.⌉⌊Data requests screen updated
in WordPress Admin.⌉[

Data requests screen updated in WordPress Admin.

[⌊The user/visitor confirmed this Data Request.⌉⌊The user/visitor confirmed this
Data Request.⌉[

The user/visitor confirmed this Data Request.

[⌊Website owner can email user/visitor personal data.⌉⌊Website owner can email user/
visitor personal data.⌉[

Website owner can email user/visitor personal data.

[⌊The user/visitor received an email with a download link.⌉⌊The user/visitor received
an email with a download link.⌉[

The user/visitor received an email with a download link.

[⌊Personal Data Export as received by the user/visitor.⌉⌊Personal Data Export as
received by the user/visitor.⌉[

Personal Data Export as received by the user/visitor.

## Blocuri

Acest modul oferă 1 bloc.

 *   Privacy Data Request Form

## Instalare

 1. Upload this plugin folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through „Plugins” WordPress menu: That’s all, there is no settings!
 3. To display Data Request Form, use our shortcode `[gpdr-data-request]` in your posts/
    pages or use our Widget `GDPR Data Request Form` available on „Widgets” Screen.

## Întrebări frecvente

### Prerequisites

**You need WordPress 4.9.6 at least to use this plugin.**

### Data Request Workflow

 * The user/visitor use your Personal Data Request Form to ask for Personal Data
   Export or Erasure.
 * A `request` is created in WordPress Tools > Export/Erase personal data.
 * An email is sent to the user to confirm this request.
 * The user request is set to Confirmed in WordPress Tools > Export/Erase personal
   data.
 * An email is sent to the website administrator to validate the request.
 * The personal data are sent by email to the user/visitor (as a 3-day available
   download link), or erased, depending on the user request type.

### 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?

Folosește funcția noastră `echo gdrf_data_request_form()` în tema ta/tema copil.

Această funcție are câțiva parametrii:

‘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.

Consultă documentația pentru alte exemple/moduri de utilizare: [Depozitar GitHub](https://github.com/audrasjb/gdpr-data-request-form)

### How to display Data Request Forms using widgets?

Use our widget `GDPR Data Request Form` available on Widgets Screen.

### Cum afișez formularele pentru cererea datelor cu caracter personal folosind blocul Gutenberg?

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

### Can I use custom CSS styles for my GDPR Data Request Forms?

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.

### How can I manage Users Personal Data Request in WordPress Admin?

Please read this [Make/Core post announcing 4.9.6 GDPR features (English)](https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/).

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)](https://www.whodunit.fr/wordpress-4-9-6-et-la-conformite-rgpd/)

### 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](https://translate.wordpress.org/projects/wp-plugins/gdpr-data-request-form)(
and fix any mistakes/typos by yourself as well).

### Cum pot să contribui la acest modul?

[This plugin is being developed on Github](https://github.com/audrasjb/gdpr-data-request-form).

Any comment, issue or pull request are more than welcome 🙂 You can also [open a support ticket](https://wordpress.org/support/plugin/gdpr-data-request-form)
to ask for enhancements/bugfixes.

Lovely contributors: [@audrasjb (plugin author)](https://profiles.wordpress.org/audrasjb),
[@juliobox](https://profiles.wordpress.org/juliobox), [@wolly](https://profiles.wordpress.org/wolly),
[@presskopp](https://profiles.wordpress.org/presskopp), [@abdullahramzan](https://profiles.wordpress.org/abdullahramzan),
[@xkon](https://profiles.wordpress.org/xkon).

## Recenzii

![](https://secure.gravatar.com/avatar/c5a5c374a7b759036099a4c19dd1d336f6cf0c87af13d932f1d2b7b1c09edb30?
s=60&d=retro&r=g)

### 󠀁[Essential!](https://wordpress.org/support/topic/essential-309/)󠁿

 [momo-fr](https://profiles.wordpress.org/momo-fr/) 1 septembrie 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!

![](https://secure.gravatar.com/avatar/7d7c5de842964f99402f23f1b528a56e27a1388f4bce967598a02108b2705622?
s=60&d=retro&r=g)

### 󠀁[Essential.](https://wordpress.org/support/topic/essential-280/)󠁿

 [Loïc Antignac](https://profiles.wordpress.org/webaxones/) 3 august 2021

An essential extension for those who want to comply with the GDPR. Not having this
functionality in the Core is nonsense.

![](https://secure.gravatar.com/avatar/4aacb91e38b24f6ed38dc30f84837945630989ee9841292f0edbe85907713e23?
s=60&d=retro&r=g)

### 󠀁[GDPR Data Request Form By audrasjb](https://wordpress.org/support/topic/gdpr-data-request-form-by-audrasjb/)󠁿

 [guzmanldn](https://profiles.wordpress.org/guzmanldn/) 9 iulie 2020

Very good

![](https://secure.gravatar.com/avatar/4a30d90afd22cd5d274063e305bc0590c73c93ea36f6331554dfb3b192967a5d?
s=60&d=retro&r=g)

### 󠀁[best plugin i love option](https://wordpress.org/support/topic/best-plugin-i-love-option/)󠁿

 [jawas](https://profiles.wordpress.org/jawas/) 12 mai 2020

Very good plugin hoping that it always stays up to date because very very useful
function thank you

![](https://secure.gravatar.com/avatar/8e40ca4435264218c5245cd4c6eb31e54b45572395cdfcae5d1b3090493afb12?
s=60&d=retro&r=g)

### 󠀁[I really love this plugin](https://wordpress.org/support/topic/i-really-love-this-plugin-5/)󠁿

 [Wolly aka Paolo Valenti](https://profiles.wordpress.org/wolly/) 4 septembrie 2019

I use on some sites, and I think it’s really a fantastic plugin. Thanx

![](https://secure.gravatar.com/avatar/d687bb2613ec86ab007e12ab221e6dfbcd032219024f7f0ad18b9ce0450a4c3e?
s=60&d=retro&r=g)

### 󠀁[Good Job](https://wordpress.org/support/topic/good-job-1020/)󠁿

 [Frank Noack](https://profiles.wordpress.org/frank-noack/) 13 februarie 2019

Good job and very useful

 [ Citește toate cele 14 recenzii ](https://wordpress.org/support/plugin/gdpr-data-request-form/reviews/)

## Contributori și dezvoltatori

„GDPR Data Request Form” este un software open-source. La acest modul au contribuit
următoarele persoane.

Contributori

 *   [ Jb Audras ](https://profiles.wordpress.org/audrasjb/)
 *   [ Whodunit ](https://profiles.wordpress.org/whodunitagency/)
 *   [ Konstantinos Xenos ](https://profiles.wordpress.org/xkon/)

„GDPR Data Request Form” a fost tradus în 22 de locale. Mulțumim [traducătorilor](https://translate.wordpress.org/projects/wp-plugins/gdpr-data-request-form/contributors)
pentru contribuția lor.

[Tradu „GDPR Data Request Form” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/gdpr-data-request-form)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/gdpr-data-request-form/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/gdpr-data-request-form/),
sau abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/gdpr-data-request-form/)
prin [RSS](https://plugins.trac.wordpress.org/log/gdpr-data-request-form/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 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.

## Meta

 *  Versiunea **1.7**
 *  Ultima actualizare **Acum 7 luni**
 *  Instalări active: **6.000+**
 *  Versiune WordPress ** 4.9.6 sau mai recentă **
 *  Testat până la **6.9.4**
 *  Versiune PHP ** 5.6 sau mai recentă **
 *  Limbi
 * [Croatian](https://hr.wordpress.org/plugins/gdpr-data-request-form/), [Czech](https://cs.wordpress.org/plugins/gdpr-data-request-form/),
   [Dutch](https://nl.wordpress.org/plugins/gdpr-data-request-form/), [English (Australia)](https://en-au.wordpress.org/plugins/gdpr-data-request-form/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/gdpr-data-request-form/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/gdpr-data-request-form/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/gdpr-data-request-form/),
   [English (UK)](https://en-gb.wordpress.org/plugins/gdpr-data-request-form/), 
   [English (US)](https://wordpress.org/plugins/gdpr-data-request-form/), [French (France)](https://fr.wordpress.org/plugins/gdpr-data-request-form/),
   [German](https://de.wordpress.org/plugins/gdpr-data-request-form/), [Greek](https://el.wordpress.org/plugins/gdpr-data-request-form/),
   [Italian](https://it.wordpress.org/plugins/gdpr-data-request-form/), [Polish](https://pl.wordpress.org/plugins/gdpr-data-request-form/),
   [Slovak](https://sk.wordpress.org/plugins/gdpr-data-request-form/), [Spanish (Argentina)](https://es-ar.wordpress.org/plugins/gdpr-data-request-form/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/gdpr-data-request-form/), 
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/gdpr-data-request-form/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/gdpr-data-request-form/),
   [Spanish (Guatemala)](https://es-gt.wordpress.org/plugins/gdpr-data-request-form/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/gdpr-data-request-form/), 
   [Spanish (Venezuela)](https://ve.wordpress.org/plugins/gdpr-data-request-form/)
   și [Swedish](https://sv.wordpress.org/plugins/gdpr-data-request-form/).
 *  [Tradu în limba ta](https://translate.wordpress.org/projects/wp-plugins/gdpr-data-request-form)
 * Etichete
 * [export](https://ro.wordpress.org/plugins/tags/export/)[GDPR](https://ro.wordpress.org/plugins/tags/gdpr/)
   [privacy](https://ro.wordpress.org/plugins/tags/privacy/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/gdpr-data-request-form/advanced/)

## Evaluări

 4.9 din 5 stele.

 *  [  13 5 – recenzii (stele)     ](https://wordpress.org/support/plugin/gdpr-data-request-form/reviews/?filter=5)
 *  [  1 4 – recenzie (stele)     ](https://wordpress.org/support/plugin/gdpr-data-request-form/reviews/?filter=4)
 *  [  0 3 – recenzii (stele)     ](https://wordpress.org/support/plugin/gdpr-data-request-form/reviews/?filter=3)
 *  [  0 2 – recenzii (stele)     ](https://wordpress.org/support/plugin/gdpr-data-request-form/reviews/?filter=2)
 *  [  0 1 – recenzii (stele)     ](https://wordpress.org/support/plugin/gdpr-data-request-form/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/gdpr-data-request-form/reviews/#new-post)

[Vezi toate recenziile](https://wordpress.org/support/plugin/gdpr-data-request-form/reviews/)

## Contributori

 *   [ Jb Audras ](https://profiles.wordpress.org/audrasjb/)
 *   [ Whodunit ](https://profiles.wordpress.org/whodunitagency/)
 *   [ Konstantinos Xenos ](https://profiles.wordpress.org/xkon/)

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/gdpr-data-request-form/)