Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #940306

    Dear support,
    after 25.5.2018 is in eu the new dsgvo gdpr law in power….. :( from this date, stricter laws on data protection on websites apply.
    Question! How do I get a checkbox in the contact form of enfold which contains a link to the privacy statement? This checkbox must click on the user and confirm that he has read the privacy policy …. oh you what a crap….

    Ab diesem datum gelten absolut strengere gesetze zum datenschutz auf webseiten.
    Frage! Wie bekomme ich eine checkbox in das kontaktformular von enfold welches ein link zu der datenschutzerklärung beinhaltet? Diese checkbox muss der user anklicken und bestätigen das er die Datenschutzerklärung gelesen hat…. oh man was für ein Dreck

    #940572

    Hi,

    We will make sure Enfold meets the requirements of GDPR before deadline. WordPress, WooCommerce, Google etc. are also working on it.
    In the meantime, you can check out plugins such as https://wordpress.org/plugins/wp-gdpr-core/ and https://wordpress.org/plugins/wp-gdpr-compliance/ :)

    Regards,
    Yigit

    #940936

    Thanks Yigit!
    I hope your make is success before the 25.5.2018!!! I have many peoples with your theme and she wait of a fast result…. Thanks for your fast help and working!

    #940989

    1) there is a checkbox on alb element –
    2 ) you can copy html code to the form element label as ( if you like get rid of target blank) :
    <span>I have read the <a href="https://page-url-to-privacy-data" target="_blank">Privacy Statement</a>. I agree that my details and data will be collected and stored electronically to answer my request. Note: You can revoke your consent at any time for the future via e-mail to (Email address hidden if logged out) *</span>
    3) do not preselect check-mark – the user has to do it activly
    4) this has to be a mandatory field

    click to enlarge:

    PS : the span is good to style it differnt to other labels ( make font-size smaller etc. )
    You can see it here with enfold contact form: https://webers-testseite.de/kontakt/

    #940992

    im übrigen: um wie auf der Beispielseite Texte einzufügen und abzuändern ( trotz Enfold Einstellung die Labels oberhalb anzuzeigen:
    das in functions.php of child-theme: (for me it was page-id-2604)

    function change_placehoder_txt() {
    if( is_page(2604) ) {
    ?>
    <script type="text/javascript">
      jQuery('#avia_1_1').attr('placeholder', ' Bitte hier Ihren Namen eintragen*');
      jQuery('#avia_2_1').attr('placeholder', ' E-Mail* - ohne wird es nicht verschickt');
      jQuery('#avia_3_1').attr('placeholder', ' Ein Betreff - nicht nötig aber nützlich');
      jQuery('#avia_4_1').attr('placeholder', ' Nachricht* - Ihr Anliegen');
     </script>
    <?php
    }
    }
    add_action('wp_footer', 'change_placehoder_txt');
    #940998

    Hee Günter! Danke, danke! Großartig von Dir!
    Dann gibt es ja schon eine bestehende Lösung für enfold?!?!!! Yigit hat es nicht gewusst. Günter ja!

    Danke für Deine Hilfe Günter!

    LG strumpi

    #941035

    Sometimes you forget to mention the simple things.

    At the moment I am trying to gain a deeper insight into the jQuery programming. That’s why I approach some solutions from this point of view.
    I have recently written a code for the funcions.php, which checks whether a mobile device accesses the site or a desktop pc.
    Enfold has that already in avia-compat.js , and then assigns to the devices each a unique html class.
    So if you want to make a css rule only for mobile devices you always can use : html.avia_mobile

    #946012

    Ich habe das Plugin WP GPDR installiert, und auch den Text eingefügt, soweit wo gut. Leider schwirrt der Text irgendwo im Kommentarfeld rum, aber nicht darunter. Hab ich was falsch gemacht oder muss ich noch wo was einstellen? Zur Veranschaulichung hier ein Link zu meiner Seite auf der man kommentieren kann (müsst ihr natürlich nicht ;-) mexi-photos

    #946677

    Ist niemand da der mir helfen kann? Das Problem besteht übrigens nur im Enfold-Theme, im Twentyxyz steht der Text an der richtigen Stelle.

    Auch gern nochmal in englisch:

    I have install the Plugin WP GPDR and put the text in it. But the Text on the blogsite is not unter the commentform, it flys over the commenttextfield. What can i do. Here is one link where you can see it. mexi-photos blogbeitrag

    #947579

    Hi,

    Thank you for the update. I couldn’t find the GDPR text. Please provide a screenshot using imgur or dropbox. Thanks.

    Best regards,
    Ismael

    #947718

    i solved the problem with other configuration.

    #948472

    Hi,

    Thank you for letting us know, we much appreciate it.

    Best regards,
    Basilis

    #952562

    Guenni007 provided a good temporary solution but how can we hide that checkbox text to appear on the sent email? Any function to add to email with CSS display:none !important;?

    #953312

    Hi,

    Use this filter to adjust the email message value.

    add_filter('avf_form_message', 'avf_form_message_mod_checkbox', 10, 3);
    function avf_form_message_mod_checkbox($message, $new_post, $form_params) {
        $message = str_replace('TEXT TO BE REPLACED', '', $message);
        return $message;
    }

    Use the value of the checkbox element in the placeholder.

    Best regards,
    Ismael

    #955781

    Dear Ismael,

    Thanks it almost worked, however now the email contains “: true ” which I also would like to hide. Is it possible?

    Edit: Okay I just added the : true after the text and it worked.
    Regards

    #955957

    Hi L,

    Thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #958567

    Hallo liebes Kriesi-Team,

    gibt es schon eine Lösung für die Checkbox unterhalb der Kommentare?

    Es gibt zwar Plugins dafür, bei mir schleicht sich da aber immer ein Fehler ein. Heißt, Der Text und die Checkbox stehen zwar unter dem Kommentarfeld, die Box lässt sich aber leider nicht anklicken – und der Kommentar damit nicht absenden.

    Viele Grüße
    Florian

    #960114

    Hi,


    @flocco21
    : What is the name of the plugin? Please enable it and provide a link to the post or page with the comment checkbox.

    Best regards,
    Ismael

    #960663

    Selbes Problem wie Flocco21 habe ich auch. Ich habe die Checkbox über das Plugin WP GDPR Compliance erstellt.

    Ebenso fehlt mir eine Checkbox für das Kontaktfeld. Das besagte Plugin unterstützt leider nicht das Kontaktformular von Enfold. Gibt es dafür nun schon eine einfache Lösung?

    #962235

    Hi,

    We haven’t tested the plugin so it’s probably not compatible with the theme. You may need to create the checkbox manually. Please follow this solution.

    // https://kriesi.at/support/topic/checkbox-contact-formular-to-data-security-contract/#post-940989

    Best regards,
    Ismael

    #976338

    Is Enfold now updated to meet the requirements of the GDPR? In other words can i now easily add a consent checkbox to the contact form?

    #976949

    Hey!

    Yes, just install the latest Enfold version, then go to Enfold > Privacy and Cookies and tick the “Append a privacy policy message to template builder contact forms?” checkbox.

    Cheers!
    Peter

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.