hello all,
there is a problem on the contact form of the mega locator theme: no GDPR data is displayed under the form. And I cannot find the string to translate on the Language file (IT).
Thanks for reaching out, we’ve tested GDPR is working at our staging site. If you edit the latest code, inside language folder, you can try to paste below code in your language file and it might work.
// GDPR
$lang['GDPR_AGREEMENT'] = "GDPR Agreement (Your Language)";
$lang['GDPR_CONSENT'] = "I consent to having this website store my submitted information so they can respond to my inquiry (Your Language)";
$lang['GDPR_PRIVACY'] = "Privacy Policy (Your Language)";