Tagged: checkbox, contact formular, DSGVO, eu, GDPR
-
AuthorPosts
-
April 11, 2018 at 9:29 am #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 DreckApril 11, 2018 at 5:16 pm #940572Hi,
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,
YigitApril 12, 2018 at 1:41 pm #940936Thanks 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!April 12, 2018 at 2:53 pm #9409891) 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 fieldPS : 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/April 12, 2018 at 3:06 pm #940992im ü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');
April 12, 2018 at 3:14 pm #940998Hee 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
April 12, 2018 at 4:51 pm #941035Sometimes 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_mobileApril 24, 2018 at 4:35 pm #946012Ich 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
April 25, 2018 at 4:25 pm #946677Ist 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
April 27, 2018 at 4:03 am #947579Hi,
Thank you for the update. I couldn’t find the GDPR text. Please provide a screenshot using imgur or dropbox. Thanks.
Best regards,
IsmaelApril 27, 2018 at 8:46 am #947718i solved the problem with other configuration.
April 28, 2018 at 10:06 pm #948472Hi,
Thank you for letting us know, we much appreciate it.
Best regards,
BasilisMay 7, 2018 at 10:12 am #952562Guenni007 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;
?May 8, 2018 at 11:31 am #953312Hi,
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,
IsmaelMay 12, 2018 at 4:15 pm #955781Dear 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.
RegardsMay 13, 2018 at 7:25 am #955957Hi L,
Thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
RikardMay 18, 2018 at 11:55 am #958567Hallo 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
FlorianMay 22, 2018 at 4:28 am #960114Hi,
@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,
IsmaelMay 23, 2018 at 7:28 am #960663Selbes 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?
May 25, 2018 at 4:11 pm #962235Hi,
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,
IsmaelJune 22, 2018 at 1:54 pm #976338Is 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?
June 23, 2018 at 1:52 pm #976949Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.