• Resolved trying-my-best

    (@apatsidis123)


    the following code that before 6.0 version was added on the contact form

    <div class="cmplz-blocked-content-notice cmplz-accept-cookies" style="text-align: left; cursor: pointer;">
    Click here to accept reCaptcha cookies before sending the form.</div>
    
    <div class="cmplz-blocked-content-notice" style="text-align: left;"><a class="cc-link" tabindex="0" href="/cookie-policy/" aria-label="learn more about cookies">
    Read more</a></div>

    is displaying no matter if i accept the cookies or reject them, and if i click it suppose to dissapear, but is not, it is still here, any change with that as well?

    regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @apatsidis123,

    The below should work, 6.0 is getting ready for consent per service, in this case with 6.1 only reCaptcha will be enabled. Let me know if this works.

    <div data-service="recaptcha" class="cmplz-blocked-content-notice cmplz-accept-marketing cmplz-elementor" style="text-align: left; cursor: pointer;">
    Click here to accept reCaptcha cookies before sending the form.</div>
    
    <div data-service="recaptcha" class="cmplz-blocked-content-notice cmplz-accept-marketing style="text-align: left;"><a class="cc-link" tabindex="0" href="/cookie-policy/" aria-label="learn more about cookies">
    Read more</a></div>
    Thread Starter trying-my-best

    (@apatsidis123)

    hi,

    This seems to work yes, thank you.

    regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Elementor Integration’ is closed to new replies.