Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jberg1

    (@jberg1)

    Found something similar on another recaptcha plugin.
    add_filter( 'login_form_middle','cptch_custom_form' );

    Does this plugin have something similar that I can hook into using that filter?

    Thanks.

    Thread Starter jberg1

    (@jberg1)

    Still trying to add the recaptcha to a login form that is called in a theme template using
    <?php wp_login_form(); ?>

    No options?
    Or a hook I can use with the add_filter?

    Thanks for any help.

    I have the same issue using the Bookly appointment booking plugin. It uses a template login page with the php wp_login_form() function

    Plugin Author Khang Minh

    (@oddoneout)

    @jberg do you change the default login URL (wp-login.php) to that template page’s URL?

    Thread Starter jberg1

    (@jberg1)

    Hello Khang,
    No, I still keep that login URL. I just add the login form to a few key page templates that are for subscribers only. Creating a themed login page, and other pages that check for login before presenting page content (otherwise it shows the form).

    When I check the box for “login form”, recaptcha shows on the normal wp-login page fine, but not the pages I am using wp_login_form();. Then those login forms always fail the recaptcha because it can’t be checked.

    I was hoping for something like.
    add_filter( 'login_form_middle','bwp-recaptcha' );
    that I could add to my functions.php file. But no joy.

    Thanks for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to use this with WP Login Form’ is closed to new replies.