• Resolved johnyau

    (@johnyau)


    this quote form can’t response properly, and the google reCAPTCHA doesn’t work, and no email when click the form button

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter johnyau

    (@johnyau)

    i installed brevo wordpress plugin, and email can work, like in reset password

    Thread Starter johnyau

    (@johnyau)

    the console has following error: Uncaught ReferenceError: grecaptcha is not defined
    at coblocks-google-recaptcha.js?ver=3.1.14:1:1

    And the error happened in following source code

    grecaptcha.ready(( () => {
    const e = Array.from(document.getElementsByClassName(“g-recaptcha-token”));
    e.length && e.forEach((e => {
    grecaptcha.execute(coblocksFormBlockAtts.recaptchaSiteKey, {
    action: “coblocks”
    }).then((c => {
    e.value = c
    }
    ))
    }
    ))
    }

    Hope this can help to fix the unexpected error

    Thread Starter johnyau

    (@johnyau)

    Thanks I believe I find the reason: this coblock form only supports v3 reCAPTCHA, else caused coblock js error.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘form block doesn’t work’ is closed to new replies.