• Hi,
    I want to have a button that requires captcha validation.
    I placed the button inside a form

    In order the captcha to be displayed I tried
    <?php do_action(‘register_form’); ?>
    and
    <?php do_action(‘comment_form’, $room_from_url); ?>

    however the form is always being submitted regardless the captcha.

    Please advice
    Thanks!
    Guy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, you might like to read the following thread. It might help you with your issue.

    Thank you

    Thread Starter elvisc1

    (@elvisc1)

    Thanks,
    Not sure how this thread helps, maybe I’m missing something

    My problem is that when submitting the form, no validation is done
    for example. on post comments form, after submit I get a page with a message saying wrong captcha
    I need the same behavior here

    Hi, have you tried testing a different theme? For example you could test one of WordPress default themes like Twenty Fifteen or Sixteen? This is just for testing purposes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Captcha not validating’ is closed to new replies.