Integrating with YITH product questions
-
I trying to integrate (hack) invisible recaptcha with YITH product questions. Since 2 captchas dont work in the same page, I am disabling YITH owns recaptcha v2, and disabling “Enable Product Review Form Protection”.
I added the code just before the form tag, just were yith’s own captcha is located.
<?php if ( YITH_YWQA ()->recaptcha_enabled ): ?> <div id="ywqa-g-recaptcha"></div> <?php endif; ?> <!-- HACK --> <?php do_action('google_invre_render_widget_action'); ?>
And get to see the DIV in the code
<!-- HACK --> <div class="inv-recaptcha-holder"></div> <div class="notify-answers">
But seems that the captcha is not loading. Any thoughts?
- The topic ‘Integrating with YITH product questions’ is closed to new replies.