Hello,
Looking at the website it doesn’t look like there’s a reCaptcha control on the form. You do need to add the shortcode to each and every form you want the reCaptcha to appear on. Please review the Contact Form 7 Documentation on reCaptcha v2:
Lastly, put a placeholder for a reCAPTCHA widget ([recaptcha]) into your contact form content.
If you’ve done that and it is still not appearing, we suggest reading through the installation instructions once more. Finally, we do see you have a cache enabled on the website. This may need to be manually cleared before seeing your changes.
Hopefully the above instructions helps you solve your issue. Stay safe and have a wonderful rest of your week!
@iqcomputing When updating it no longer shows, it does not work
Hello,
Please verify the information in our previous reply. Viewing your website we are still not seeing any of the familiar reCaptcha scripts or code in your pages source. You may also need to clear any caching plugins.
@iqcomputing
“Viewing your website we are still not seeing any of the familiar reCaptcha scripts or code in your pages source.”
and therein lies your problem, with an emphasis on your – at least I believe so. Same thing is happening for me. The shortcode IS IN THE FORM but in the browser in the front end, it is not in the code. I’m doing everything right. It’s not working. Looks like it is on your end.
Thanks!
Hello everyone,
We’ve just published an update 1.2.9 which uses a more traditional enqueue method. It does assume your theme follows best practices and has a wp_footer() call at the bottom of your website. If you’ve updated to the latest version and continue to run into issues please open a new thread with a link to your website so we can investigate further. Thank you for the reports and your patience as we assessed the previous update.
I use Yootheme Pro builder. It has <?php wp_footer() ?>
Doesn’t appear to be working. Can you give me the code so I can install it manually? Thank you.
-
This reply was modified 5 years, 9 months ago by
katandmouse.
Since we haven’t heard back from the original poster in over a week we’re going to make this thread as resolved.
@katandmouse Please, make a new thread so we can track this issue separately. It’s unclear what code you need since we can’t get to the bottom of your issue without viewing the website. If you’re looking to enqueue the script yourself you’ll need to call
wp_enqueue_script ( 'wpcf7-recaptcha-controls' );