• Hi Shamim,

    I’m using this plugin on the WooCommerce register form and captcha is showing in the WooCommerce registration form below to the WooCommerce default three fields i.e. username, password and confirm password. But I have added few fields in the WooCommerce register form using the hook. So I want to show captcha after all the fields in the form i.e. Just above to the register button.

Viewing 6 replies - 1 through 6 (of 6 total)
  • What is the priority of your hooks to show extra fields? This plugin uses 99. Use less then 99 in your hook so that those fields will show above captcha.

    Thread Starter thedvlpr

    (@thedvlpr)

    I’m not using any priority number so the default WP priority will use i.e 10. As you said below 99 but captcha not showing in the last.

    Which version of woocommerce and this plugin you are using?
    Which hook you are using to show extra fields?

    Thread Starter thedvlpr

    (@thedvlpr)

    WC – 3.8.1
    Advanced noCaptcha & invisible Captcha – 5.6

    woocommerce_register_form_end

    Please use woocommerce_register_form hook for your extra fields.

    Thread Starter thedvlpr

    (@thedvlpr)

    When I’m using woocommerce_register_form hook then captcha not showing only this div anr_captcha_field creating but showing with this woocommerce_register_form_end but as I mentioned after 3 fields, not at the end of the form.

    • This reply was modified 5 years, 1 month ago by thedvlpr.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Want to show captcha just above to the register button’ is closed to new replies.