• I have a custom login form that I generate using the wp_login_form function. How could I display the captcha on it? It’s not automatically working.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • ttphong2612

    (@ttphong2612)

    hi @shwarp,

    1/ Go to the place that you want to insert recaptcha
    2/ Insert two line:
    <?php $recpatcha = WP_reCaptcha::instance(); ?>
    <?php echo $recpatcha->recaptcha_html(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘reCAPTCHA on a custom login form’ is closed to new replies.