• Resolved stephanieevans

    (@stephanieevans)


    Hi,

    I’ve recently gone to add a reCaptcha to multiple forms and have seen that this feature has been removed.

    We are still receiving spam through one of our forms in particular, is there anything else included in Caldera Forms that can combat this, aside from the default anti-spam?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can just add via recaptcha. I mean, go to the site
    https://www.google.com/recaptcha/

    Then register your domain or add your domain, after adding it. There are ways two implement the recaptcha, via keys or via code.

    You should see this one..

    Paste this snippet before the closing </head> tag on your HTML template:
    <script src=’https://www.google.com/recaptcha/api.js’></script&gt;

    Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear:
    <div class=”g-recaptcha” data-sitekey=”keyhere”></div>

    I did it on my localserver with caldera and it work fine..

    Cheers

    Thread Starter stephanieevans

    (@stephanieevans)

    I’ve got the Google recaptcha all ready to go but how exactly did you add it into the form sorry? I can’t seem to get it to appear no matter where I add it in.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spam Filter/ReCaptcha’ is closed to new replies.