Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi Dimitris,
    In addition to the standard login form, currently the AIOWPS plugin has the ability to add captcha to custom login forms which are produced when someone uses the wordpress function:
    <?php wp_login_form(); ?>

    In your case you are using a woocommerce form which means the AIOWPS plugin currently doesn’t support captcha for that. If you tell us which form or shortcode you are using we can try and investigate to see if woocommerce has an appropriate hook we can utilise to add a captcha form.

    Thread Starter Dimitris Kalliris

    (@fovoc)

    Hey there,

    I’m using a premium theme which overrides the woocommerce/templates/myaccount/form-login.php template file but all action hooks are in place. There’re just some markup & styling additions.

    Maybe the do_action( 'woocommerce_login_form' ); is what we need?

    In the Registration form the Captcha are actually there and working as should be.

    Please advise,
    Dimitris

    Thread Starter Dimitris Kalliris

    (@fovoc)

    Hey there,

    sorry to bother, is there any update?

    Cheers,
    Dimitris

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Captcha in custom login form’ is closed to new replies.