Hello @streettb
Looking at the source, we can see that the api.js
script from Google is still trying to pull in ver=3.0
instead of 2.0. We’re also not seeing the wpcf7-recaptcha-controls.js
that should appear. Could you verify that your theme calls wp_head()
and wp_footer()
in the header and footer respectively?
Another debugging method to test if it’s a theme or plugin conflict is installing the WordPress Health Check & Troubleshooting plugin. This is an official WordPress plugin and you can view their documentation. We still recommend taking a website backup but this plugin will allow you to safely disable plugins and revert to a default WordPress theme. If you change the theme to a TwentyTwentyOne theme and the reCaptcha displays, then you know it’s a theme issue. Otherwise, you can start troubleshooting plugins to figure out which one is the conflict. For more information on Troubleshooting, please review their documentation:
https://make.www.ads-software.com/support/handbook/appendix/troubleshooting-using-the-health-check/#troubleshooting
Currently, since we don’t see our plugin script file in the source code we suspect it’s either a theme issue or another plugin is adding their own reCaptcha script and is conflicting. Hopefully, with the above information, you’re able to narrow down the root cause of this issue. Otherwise, please reply back to this thread and we can assist further. Have a wonderful rest of your week!