[ad_1]
Replies: 1
Hello,
I’d like to implement Recaptcha v2 invisible, which seems supported based on source code
$atts['data-size'] = $tag->get_option(
'size', '(compact|normal|invisible)', true );
but it’s not working for me, everything seems in the code (js scripts) but Contact Form fails when form is submitted (seems that g-captcha fiels is empty, so propably some callback is not working richt).
Thank you