• Resolved davidwilbourn

    (@davidwilbourn)


    I have the Built-in Math Captcha on the New User page of a website. When you fill in the math result field and click on Register it always just shows the message “You must complete the CAPTCHA form”. What am I doing wrong?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    That form seems to be from the WP Members plugin and they are handling it using custom code it seems. They might be calling the normal login form hooks, hence the captcha is getting printed, but not submitting the captcha challenge input to the authentication function, as they don’t know about it, so when Advanced Google reCAPTCHA gets to checking the captcha it’s not submitted so it marks it as failed.

    WP Members seems to have it’s own reCAPTCHA integration so you should probably try using that instead https://rocketgeek.com/plugins/wp-members/docs/registration/using-captcha/

    Thread Starter davidwilbourn

    (@davidwilbourn)

    Thankyou, I had not seen that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Built-in Math: You must complete the CAPTCHA form’ is closed to new replies.