• Resolved thomastthai

    (@thomastthai)


    Does the plugin only support the box type reCAPTCHA? I tried V2 invisible and it defaulted back to a checkbox. V3 didn’t work at all.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Current version supports only reCaptcha v2.
    We are working on adding support for v3 as well.

    Best
    YOP Team

    Thread Starter thomastthai

    (@thomastthai)

    Thank you for the confirmation YOP. I used V2 with the checkbox and it worked fine, just not the invisible feature. How would is paddings and margins adjusted for the reCAPTCHA so it lines up with the rest of the elements?

    Plugin Author YOP

    (@yourownprogrammer)

    Hello

    To align reCaptcha with the rest of the elements please add the css code below

    .basic-yop-poll-container[data-uid] .basic-captcha {
    margin-left: 0px;
    margin-top: 15px;
    }

    Best
    YOP Team

    Thread Starter thomastthai

    (@thomastthai)

    That looks so much better! Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘reCAPTCHA V3’ is closed to new replies.