=== GDPR Data Request Form === Contributors: audrasjb,whodunitagency,xkon Tags: GDPR, privacy, export, personal data request Requires at least: 4.9.6 Tested up to: 6.9 Requires PHP: 5.6 Stable tag: 1.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Use WordPress Core GDPR tools to build front-end Personal Data export/erasure forms (includes Widget, Gutenberg Block, shortcode & Hooks). == Description == 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:** - 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. == Installation == 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. == Frequently Asked Questions == = 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? = 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