• Hi,

    to use reCaptcha within Form 7 on my website, I need the user consent. I use Usercentrics as a CMP. Is there any way in Form7 to use reCaptcha on condition of the users consent?

    Thanks

    Kind regards
    Thomas

Viewing 1 replies (of 1 total)
  • ciao @wombel, you must remove this actions:
    add_action( ‘wpcf7_init’, ‘wpcf7_recaptcha_register_service’, 10, 0 );
    add_action( ‘wp_enqueue_scripts’, ‘wpcf7_recaptcha_enqueue_scripts’, 20, 0 );

    and (re)add them only after Usercentrics consent callback

    not tested but I suppose it may work. let me know!

Viewing 1 replies (of 1 total)

The topic ‘reCaptcha – Usercentrics – GDPR’ is closed to new replies.