• For some reason when you click on the Register tab, the Captcha checkbox is repeated and the user has to go through the exercise 2X’s to submit. Is this a bug that can be fixed?
    Thank you for your assistance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have same issue with 1.2.1

    Same issue here also w/ v1.2.1

    Any updates on this issue?

    I fixed this issue on my end by removing an extra do_action function call to registration form tags on our custom form-login.php page. Our form-login.php page was calling both woocommerce_register_form tag and wordpress’ default register_form tag, each on a separate “do_action” function line. I removed wordpress’ default “register_form” tag (do_action( ‘register_form’ )) and left “woocommerce_register_form” (do_action( ‘woocommerce_register_form’ ) and that did the trick.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Captcha Displaying in Double – Bug?’ is closed to new replies.