Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Can I see the site?

    Thread Starter Tamara-IT

    (@tamara-it)

    https://goo.gl/gA315o but I added <script src=’https://www.google.com/recaptcha/api.js’></script> by hand now, in the <head>

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    <script type='text/javascript' src='https://www.google.com/recaptcha/api.js?onload=recaptchaCallback&render=explicit&ver=2.0'></script>

    I could find this tag at the bottom of the HTML source. You don’t need to add your own tag.

    Thread Starter Tamara-IT

    (@tamara-it)

    Ok, thanks, I’ll delete mine. But I don’t understand why I’m receiving spam blank emails except for the email address. I don’t think they bypass the required fields and solve the captcha, I don’t understand what’s going on ??

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Why do you think the spam came through the contact form?

    Thread Starter Tamara-IT

    (@tamara-it)

    I set up the form like this:
    <p>[text* text-566 placeholder “Nome*”]</p>
    <p>[text* text-246 placeholder “Cognome*”]</p>
    <p>[email* email-433 placeholder “Email*”]</p>
    <p>[tel* tel-505 placeholder “Telefono*”]</p>

    and so on…

    The email is set like this:
    Nome: [text-566]
    Cognome: [text-246]
    Email: [email-433]
    Tel: [tel-505]
    etc…
    The email that is received is blank, except for the email field that contains something like [email protected], so I guessed spam passed through the form

    Thread Starter Tamara-IT

    (@tamara-it)

    Any hint about this issue?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘ReCAPTCHA not implemented correctly’ is closed to new replies.