Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • k 256 posts 654 karma points
    Apr 04, 2018 @ 10:38
    k
    0

    Hello,

    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\"'");
      }
    

    Cam someone please help.

    Thanks,

    Kusum

  • Rhys Hamilton 140 posts 942 karma points
    Apr 04, 2018 @ 11:46
    Rhys Hamilton
    1

    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):

      <add key="RecaptchaSiteKey" value="" /> 
    

    Hopefully this helps.

  • k 256 posts 654 karma points
    Apr 05, 2018 @ 07:18
    k
    0

    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

  • Keith R Hubbard 175 posts 403 karma points
    Apr 05, 2018 @ 07:26
    Keith R Hubbard
    0

    you need to update your google public and private key from google.

  • k 256 posts 654 karma points
    Apr 05, 2018 @ 08:36
    k
    0

    Hello Keith,

    Thank you for your reply. I have updated the keys but still getting the error : enter image description here

    Thanks,

    kusum

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Apr 05, 2018 @ 08:49
    Alex Skrypnyk
    1

    V1 Shutdown means that google doesn't support this type of reCaptcha in any case you can't use it

  • Keith R Hubbard 175 posts 403 karma points
    Apr 05, 2018 @ 08:38
    Keith R Hubbard
    0

    it looks like you are using the old version

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Apr 05, 2018 @ 08:49
    Alex Skrypnyk
    100

    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

  • k 256 posts 654 karma points
    Apr 05, 2018 @ 10:09
    k
    0

    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

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Apr 05, 2018 @ 11:58
    Dennis Aaen
    1

    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

  • Melissa Snyder 2 posts 72 karma points
    Jul 25, 2018 @ 19:22
    Melissa Snyder
    0

    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...

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Jul 30, 2018 @ 14:52
    Alex Skrypnyk
    0

    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

  • Nick Lewis 30 posts 138 karma points
    Nov 19, 2020 @ 15:05
    Nick Lewis
    0

    Will you be integrating Recaptcha v3 at any point in time? Asking for a friend :-)

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Nov 19, 2020 @ 23:05
    Alex Skrypnyk
    0

    Yes, it will be done, not sure when

Please Sign in or register to post replies

Write your reply to:

Draft