Recently I got an email from Google stating my recaptcha accounts (keys) were migrated to the cloud. Before, you would enter a site key and a secret key. However, now that it's migrated, it looks different to me. There is an ID attached to each key and they give you a bunch of code to now enter on the page. There is a 'legacy' recaptcha secret key they give you. I put this in for the secret key and tried to enter the ID for the site key but that didn't seem to work.
Maybe I'm missing a step somewhere. Does anybody have an experience in getting the captcha to work in WB after the migration?
Google captcha and migration
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
- crispy68
-

- Posts: 3107
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
- Pablo
- Posts: 23954
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Google captcha and migration
The built-in CAPTCHA object uses this api:
https://developers.google.com/recaptcha/docs/v3
This requires a site key and secret.
I tried to access my old keys, but everything looks quite different now, and I wasn’t able to find my old API key anywhere in the new dashboard. I’ll need to dig a bit deeper to figure out exactly what has changed.
https://developers.google.com/recaptcha/docs/v3
This requires a site key and secret.
I tried to access my old keys, but everything looks quite different now, and I wasn’t able to find my old API key anywhere in the new dashboard. I’ll need to dig a bit deeper to figure out exactly what has changed.
- BaconFries
-

- Posts: 6131
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Google captcha and migration
Maybe something at the following may or may not help. See the links within the questions and replies.
https://security.googlecloudcommunity.c ... ation-5608
https://security.googlecloudcommunity.c ... ation-5608
- crispy68
-

- Posts: 3107
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Google captcha and migration
It appears the old keys will continue to work but I'm curious how to add new ones since the process seems different now.