• Resolved Jimako

    (@jimako)


    On default comment form is GDPR checkbox loaded twice. To solve this I needed to comment this line in controller-comments.php
    add_action( 'comment_form_after', array( $this, 'echo_checkox_gdpr' ) );

    And question – what your plugin does with default WP comment forms except adding checkbox? I mean, you did great work, but for logged in users it still needs to check gdpr. I would suppose that if user confims gdpr first time, it would be saved and not asked him do it again. Of course, quests are something different.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mieke Nijs

    (@mieke01)

    Hi Jimako,

    We released a quick fix to solve the problem with the add_action.
    We are thinking about integrating the default check for logged-in users. I will keep you updated if this will be implemented or not and why.

    The other feature besides the checkbox is the gdpr-request page where users can view, edit, download or ask to delete their personal data stored on your website. Only available for comments right now, this week we will release the add-on for gravity forms.

    Kind regards,
    Mieke

    Thread Starter Jimako

    (@jimako)

    You are doing awesome job. Something what should be part of core (at least with comments). I need more time to look at your other features (my theme dislikes your plugin). Thanks
    EDIT: github repository found.

    • This reply was modified 7 years ago by Jimako.
    Thread Starter Jimako

    (@jimako)

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘standard comment form – GDPR is loaded 2x’ is closed to new replies.