• Resolved emiliovaldes88

    (@emiliovaldes88)


    Hello, thank you very much for the plugin.
    Could you tell me if it is possible to add the recaptcha field to the login form.
    I am calling the form using the function “wp_login_form();”
    If so, can you give me any advice on how to achieve this?
    Thank you so much

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Sorry but there’s not simple answer ??

    wp_login_form() uses a few filters like login_form_top, login_form_middle etc. to print extra fields but Advanced Google reCAPTCHA uses the login_form action instead to print fields which wp_login_form() function doesn’t call ??

    You might as well just do it from scratch then trying to modify the plugin to get wp_login_form() working. I will add to our ToDo to maybe add support for it but that’s not simple either as we don’t know in what context it will be used and could end up causing other issues.

    Thread Starter emiliovaldes88

    (@emiliovaldes88)

    Thank you very much for your response and for your time.
    Is there a feature that allows me to call the login form on any page other than wp-login.php and have the recaptcha displayed using their “Advanced Google reCAPTCHA” plugin.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_login_form(); + Recaptcha’ is closed to new replies.