This topic contains 2 replies, has 2 voices, and was last updated by  webmaster@slogan.it 3 years, 1 month ago.

mega locator theme contact form and GDPR

  • 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).
    Bricook contact form without GDPR
    Is there a way to fix this?
    TIA

    Alex
    StaffUser Level

    Hi there,

    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)";
    

    Cheers,
    Alex

    Thanks, it worked.

The topic ‘mega locator theme contact form and GDPR’ is closed to new replies.