Okay
  Public Ticket #3005844
Captcha
Closed

Comments

  • Russell Alexander started the conversation

    Hi folks,

    I got the site live on Wednesday, removing my old site and using your template instead.  I got a LOT of compliments on it, and I pushed the fact that I used your template and got a lot of tech support.

    Unfortunately, I'm also getting some spam messages.  I tried adding a google reCAPTCHA to it, but I'm not putting it in the right place - the email sends whether the captcha is filled out or not.  Since your template uses mail.php, is that where I should add the actual php code:

    <!-- Google reCAPTCHA code -->
      $recaptcha = $_POST['g-recaptcha-response'];
    $res = reCaptcha($recaptcha);
    if($res['success']){
      // Send email
    }else{
      // Error
    }

    I'm sure I'm not your only customer running into this.  Do  you have a preferred method for handling this situation?

    Thanks, as always.


    - Russ

  •  839

    Best Regards,
    Jelly Team