Recaptcha not required?
-
I manually added this code to my contact form php file:
<?php echo do_shortcode('[bws_google_captcha]'); ?>The recaptcha appears and works, but it is not required. In other words, I can submit my form without clicking the recaptcha box.
I tried this:
<?php echo do_shortcode('[bws_google_captcha aria-required="true"]'); ?>It did not work either. Is there something I can do to make the recaptcha required?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Recaptcha not required?’ is closed to new replies.