This plugin is placing a privacy checkbox in the default wordpress comment form. This was also working with wpDiscuz in the previous version, but not with 7.0.0
https://wordpress.org/plugins/wp-gdpr-compliance/
I can place manualy a checkbox in the wpDiscuz form, but want to handle it with the "WP GDPR Compliance" plugin.
Any chance to get this working?
Hi @hatschiii,
You should use built-in wpDiscuz privacy checkbox. It's very easy to add. Just navigate to Dashboard >wpDiscuz > Forms admin page, edit your comment form, and add the checkbox in the form builder using this instruction: https://wpdiscuz.com/docs/wpdiscuz-7/privacy-and-gdpr/right-to-be-informed/#step-1-%E2%80%93-add-new-field
As descriped, I did this as a workarround... but I want to do it through my plugin like in the past. The advantage is to handle all checkboxes in one place on the one hand and on the other the plugin shows me in the wp admin beside the comments the timestamp when the GDPR checkbox was marked. With your solution I have no documentation, just the situation that the form can't be submitted without checking the checkbox.
Puh... that's long time ago, don't know 100%.Thought it was working out of the box
Think I need the right code from my GDPR plugin to place in an html field... with the hope that the html field is not just a "static" field and can pull the information from the other plugin.