Newspaper v12.3 and prebuilt Newsweek PRO theme.
Hello, I’m trying to use recaptcha v3, but it doesn’t work. I assume there is some kind of error in theme code, but I do not know where exactly. The keys have been tested on the custom form with WPforms plugin and it works fine.
Only the form doesn’t work is Leads with email fields. I tried disabling the caching plugin, but it didn’t help. Getting error – “CAPTCHA verification failed!”. I tried to increase the user rating even to 1 from 0.5 but again an error – “CAPTCHA user score failed. Please contact us!”.
And I have another simple question – how can I change the page after logging in? f.e. from /my-account/ to /my-account/?account_details?. I can do it with redirect but it’s not very good i think.
Hello,
Please let me know if you use a plugin to integrate the Recaptcha or if you use our option from the theme panel.
Also, the redirect can change only with a plugin.
Only for password reset can you change it like this https://forum.tagdiv.com/topic/password-reset-serious-security-problem/
Thank you!
It does not work. There is absolutely a bug in the coding as it states:
[DOM] Found 2 elements with non-unique id #g-recaptcha-response-leads: (More info: https://goo.gl/9p2vKq) <input type=”hidden” id=”g-recaptcha-response-leads” name=”g-recaptcha-response” data-sitekey=”KEY-REMOVED”>
<input type=”hidden” id=”g-recaptcha-response-leads” name=”g-recaptcha-response” data-sitekey=”KEY-REMOVED”>
Apparently these elements should have unique id’s. This element is directly attached to the leads form that comes standard on the front page of Newsweek Pro. I experienced this error in both browsers Firefox and Chrome.