Notifications
Clear all

Question about extra fields

5 Posts
2 Users
0 Likes
1,527 Views
(@ale-rena)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

Hi,
I'm here because GPDR.
In your plugin we can add an extraFileds called AggrementCheckbox and this is ok for privacy policy's aggrement, but in the GPDR document there is this phrase:
"Where processing is based on the data subject's consent, the controller should be able to demonstrate that the data subject has given consent to the processing operation. In particular in the context of a written declaration on another matter, safeguards should ensure that the data subject is aware of the fact that and the extent to which consent is given".
So, where your plugin store the fact that the user, guest or not, had accepted the aggrement?
In wp_commentmeta table I see only akismet meta value and ther isn't information about the custom field.

Thanks


   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

Hi @ale-rena,

So, where your plugin store the fact that the user, guest or not, had accepted the aggrement? 

This handled by Wordpress side. This information is stored in the wp_comments table. Please see the screenshot: 

BD screenshot

   
ReplyQuote
(@ale-rena)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

Thank you for the reply, but I would to know where is stored the agreement checkbox value.

Because if I add two or more checkboxes I would like to know which one was clicked and which one was not.


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5912
 

Hi @ale-rena,

The agreement checkbox value isn't saved in the database. It is saving in cookies, so you can get it from cookies. 


   
ReplyQuote
(@ale-rena)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

Hi,

so, maybe I'm wrong, but this is not totally compliant with GDPR because of this paragraph:
"Where processing is based on the data subject's consent, the controller should be able to demonstrate that the data subject has given consent to the processing operation. In particular in the context of a written declaration on another matter, safeguards should ensure that the data subject is aware of the fact that and the extent to which consent is given".

Source:  https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2016.119.01.0001.01.ENG&toc=OJ:L:2016:119:FULL    (point 42)


   
ReplyQuote
Share:
Scroll to top