Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1026868

    In the thread https://kriesi.at/support/topic/how-to-translate-cookie-consent-message/
    you explain how to translate Cookies Consent message in several languages via span & CSS
    I use it and this is very helpfull BUT the madatory function (the visitor must clic this checkbox to send the form) seems disabled
    How can i do to keep this checkbox with mandatory function ok ?
    Thxs for your help…

    #1028025

    Hey totoro,

    We apologize for the late response.
    Can you give us a link to your site? so we can inspect it.
    You can post the link in private content, if you want it to be seen by moderators only.

    Best regards,
    Nikko

    #1028205
    This reply has been marked as private.
    #1028206

    ok

    #1029749

    Hi,

    Thanks for the info. I think this is working properly. I can’t send the form when the checkbox is not ticked or enabled.

    Best regards,
    Ismael

    #1029819

    ok – yes you’r right
    my mistake because the text beside the checkbox stay black (vs red) when i try to send the form when this checkbox is not ticked
    How to have the warning in red for mandatory with this span and css hack?
    thxs for your help

    #1030223

    Hi,

    Thanks for the update.

    This css code should add a red border around the privacy input if it’s not ticked:

    .av_form_privacy_check.error {
        border: 1px solid red;
    }

    Best regards,
    Ismael

    #1030496

    perfect – thxs a lot

    #1031238

    Hi totoro,

    Glad that Ismael helped you :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Cookies Consent Message in several languages’ is closed to new replies.