Plugin Author
YOP
(@yourownprogrammer)
Hello
Current version supports only reCaptcha v2.
We are working on adding support for v3 as well.
Best
YOP Team
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
That looks so much better! Thank you!