-
Notifications
You must be signed in to change notification settings - Fork 45
Data rectification and complaints
Users must be able to submit requests to rectify their data and complaints they have. This process should be as automatic and easy as possible. That’s why we have a few request forms that you can place throughout your pages to help users make those requests.
You can use the PHP functions gdpr_request_form('rectify')
or gdpr_request_form('complaint')
or the shortcodes [gdpr_request_form type="rectify"]
or [gdpr_request_form type="complaint"]
to display the forms.
After the user submits the form they will receive a confirmation email. On confirmation, we will add the request on the respective table in GDPR -> Requests.
From there the data controller should do their best to fulfill the request and after it is taken care of, click the button called “Mark Resolved”.
Getting Started |
---|
Registering Cookies and how to find them |
Why do I need consent and how do I get it? |
Understanding the different types of requests |
What is Telemetry? |
Developer |
---|
Actions & Filters |
Functions & Shortcodes |