italwebcom
Forum Replies Created
-
I sent an email but when I request my data the answer is:
“The email you entered is not associated with any user on this site.”this is a problem, the site must memorize the consents when an email is sent, but I who sent an email and I am a visitor to the site cannot request my data and I cannot view the consent I have given, Secondol my opinion this does not comply with the new GDPR privacy legislation
previously it also sent data to users who were not registered on the site, but who had sent an email via the contact form. Now this does not happen, if I am not registered but I have sent an email accepting the privacy consent, I do not receive my data, could there be problems with the GDPR?
Forum: Plugins
In reply to: [The GDPR Framework By Data443] privacy tools page in 2 languages siteI use your code but dont work
/** custom page language condition will be add inside this**/
add_filter(‘redirect_after_gdprf_submit’,’modify_fiter’);
function modify_fiter($value){
if (get_locale() == “en”) {
return “https://www.XXXXXX.it/privacy-tools/?lang=en&gdpr_notice=email_sent”;
}
}
add_filter(‘privacy_tools_gdprf_page_url’,’modify_fiter_url’);
function modify_fiter_url($value){
if (get_locale() == “en”) {
return “https://www.XXXXXX.it/privacy-tools/?lang=en”;
}
}Forum: Plugins
In reply to: [The GDPR Framework By Data443] privacy tools page in 2 languages siteyes, the problem is the same for me, with the new release remain, what we can do?
- This reply was modified 7 years, 3 months ago by italwebcom.
Forum: Plugins
In reply to: [The GDPR Framework By Data443] privacy tools page in 2 languages sitethanks for the reply, can you tell me when the next update will be? for me it is urgent