• Resolved arehman89

    (@arehman89)


    Guys,

    I enabled the plugin on my wordpress 4.8 website and found that if I enable the captcha on registration page, it enables the captcha on the wordpress backend registration form instead of woo-commerce registration.

    I noticed in the no-captcha-recaptcha-for-woocommerce/registration.php file, on line number 11, it is adding action for the backend registration form which is “add_action( ‘register_form’, array( __CLASS__, ‘display_captcha’ ) );”.

    I think this should be “add_action( ‘woocommerce_register_form’, array( __CLASS__, ‘display_captcha’ ) );” instead for adding the captcha on front end registration.

    Please let me know if I can assist at any point.

    Thanks!
    A. Rehman

  • The topic ‘Issue with adding captcha on registration page’ is closed to new replies.