Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Not able to send forms when reCAPTCHA v3 is active@ovbpc Thanks, that works, but I had to change the single quote to a double quote for it to work on my website:
<script src=’https://www.google.com/recaptcha/api.js?render=<?php echo esc_js( $service->get_sitekey() ); ?>’></script>
To:
<script src=”https://www.google.com/recaptcha/api.js?render=<?php echo esc_js( $service->get_sitekey() ); ?>”></script>
Forum: Plugins
In reply to: [Contact Form 7] Not able to send forms when reCAPTCHA v3 is activeI have the same problem (I think). When I check the console I see the following error:
Invalid site key or not loaded in api.js
The key is valid for reCaptcha V3, and I also get an error message after trying to send the form.
This is the full error:
Uncaught Error: Invalid site key or not loaded in api.js: {REMOVED-KEY-HERE}
at Object.vP [as execute] (recaptcha__nl.js:516)
at execute ((index):640)
at rh (recaptcha__nl.js:508)
at Rp (recaptcha__nl.js:504)
at recaptcha__nl.js:518
at recaptcha__nl.js:537I use 21.1 and created a Github issue about it, which was merged and closed.
Same problem here!
Resolved!
Hi,
I have the same problem and sent you a mail Sujay. WP 3.5.2 here and the same error while using the latest version of Chrome. It’s not resolved.
If you want a login for my CMS, please mail me.
Forum: Fixing WordPress
In reply to: Comments are visible in admin/CMS, but not below posts and pagesSolved! The Facebook plug-in caused this: http://ww.wp.xz.cn/support/topic/plugin-facebook-comments-integration?replies=17.
Forum: Fixing WordPress
In reply to: Extremely simple function not working, help?What are you trying to do?
Shouldn’t you add:
$baboon = getstockstats(‘aapl’);
echo $baboon;
?