• Resolved webakker

    (@webakker)


    I have a theme with its own login, that drops down when you click a button on the homepage.
    How do i embed the captcha do appear there to, and not just for “wp-login/wp-admin”.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    If you would like to add the Google Captcha to your own form, just copy and paste this shortcode to your post or page: [bws_google_captcha] .

    Please follow the next steps in order to add Google Captcha (reCaptcha) to a custom form on your WordPress website:

    1) Install the Google Captcha plugin and activate it.
    2) Open the file (PHP or HTML) with the form (where you would like to add Google Captcha to).
    3) Insert the following lines to display the Google Captcha.

    For PHP form:

    if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ;

    For HTML form:

    <?php if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ; ?>

    Sincerely,
    BestWebSoft Support Team

    I have a sidebar login block created using the plugin “Theme My Login” and it is configured at the header which has a login form by default. There I have given “User Register” link and “Forgot Password” link and configured the captcha to appear in “login” form, “User Register” form and “Forgot Password” form.

    Captcha appears in “User Register” form and “Forgot Password” form and they works fine.

    For the “Login” form created using “Theme My Login”, captcha appears in Firefox, but it is not appearing in Google Chrome.

    Is there any solution?

    I have the same problem, but can’t get the recaptcha to appear in any browser.

    Did you ever solve this? I can’t find my login pages php or html, wordpress stores these files in a database so I don’t see how these codes could be added.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Embed the captcha on custom login’ is closed to new replies.