I have downloaded and installed the package Recaptcha on umbraco 7.5 but I am getting the below error :
if (siteKey == "")
{
LogHelper.Warn<UmbracoFormsEvents2>("ERROR: ReCaptcha v.2 is missing the Site Key - Please update the web.config to include 'key=\"RecaptchaSiteKey\"'");
}
As you can see at the issue you will find a drop-in replacement for Umbraco Forms 4 and Umbraco Forms 6
It adds a file in App_Code and two view files. If you need the update now then this is an easy replacement. On the form you'll need to replace Recaptcha with Recaptcha2.
I am not a coder, and i'm trying to figure out how to get this new recaptcha on the forms. I have forms 4, and i see all the plugins and downloads, but i have no idea how to get that onto my site. Can anyone help walk me through this? We had a 3rd party design the site and i mainly use Umbraco as just a basic CMS...
Recaptcha
Hello,
I have downloaded and installed the package Recaptcha on umbraco 7.5 but I am getting the below error :
Cam someone please help.
Thanks,
Kusum
Hi Kosum,
It seems that your application is missing the ReCaptcha Site Key.
Within your Web.config file, under
<appSettings>
include the following line (with your appropriate key as the value):Hopefully this helps.
Hello Rhys,
1) I have downloaded and installed : ReCaptchafieldforUmbracoForms_1.0.0 on Umbraco version 7.5.4
2) I have got the key from and added in web.config :
3) But I am still getting the issue : LogHelper.Warn
can you please help. I am getting same issue on all website having captcha from forms.
thanks,
kusum
you need to update your google public and private key from google.
Hello Keith,
Thank you for your reply. I have updated the keys but still getting the error :
Thanks,
kusum
V1 Shutdown means that google doesn't support this type of reCaptcha in any case you can't use it
it looks like you are using the old version
Hi Kusum
Do not use this version of reCaptcha - it's old and Google announced that it's not supporting
So use modern one, what version of Umbraco forms are you using?
The latest version of Umbraco forms has reCaptcha version 2 out of the box
Thanks,
Alex
Hello Alex ,
I am using Umbraco Forms: "4.4.0". If I upgrade umbraco Forms, will I lose all the forms already created ?
Thanks for helping.
Kusum
Hi K,
Take a look at this issue here from the tracker. http://issues.umbraco.org/issue/CON-941
As you can see at the issue you will find a drop-in replacement for Umbraco Forms 4 and Umbraco Forms 6
It adds a file in App_Code and two view files. If you need the update now then this is an easy replacement. On the form you'll need to replace Recaptcha with Recaptcha2.
Hope this helps,
/Dennis
Hello,
I am not a coder, and i'm trying to figure out how to get this new recaptcha on the forms. I have forms 4, and i see all the plugins and downloads, but i have no idea how to get that onto my site. Can anyone help walk me through this? We had a 3rd party design the site and i mainly use Umbraco as just a basic CMS...
Hi Melissa
If you are using Umbraco Forms and Recaptcha 2 plugin - just go to form that you want to add a new field and add new field :)
Check out how to add a new field - https://our.umbraco.com/documentation/Add-ons/umbracoforms/Editor/Creating-a-Form/#adding-fields
Thanks,
Alex
Will you be integrating Recaptcha v3 at any point in time? Asking for a friend :-)
Yes, it will be done, not sure when
is working on a reply...