Title: using captcha with wp_login_form() function
Last modified: August 21, 2016

---

# using captcha with wp_login_form() function

 *  Resolved [marcie73](https://wordpress.org/support/users/marcie73/)
 * (@marcie73)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/using-captcha-with-wp_login_form-function/)
 * Hi there, I’m using the plugin and the captcha works perfectly but not if I use
   a custom login box (that I set to appear using a sliding panel in the front end).
   In that box I simply used the wp function
    <?php wp_login_form(); ?>. Anyway 
   to fix it? Many thanks!
 * [http://wordpress.org/plugins/captcha/](http://wordpress.org/plugins/captcha/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [marcie73](https://wordpress.org/support/users/marcie73/)
 * (@marcie73)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/using-captcha-with-wp_login_form-function/#post-4299346)
 * Found a previous post…but need further explanation
    Where I should add this hook?:
   add_filters( ‘login_form_middle’,’cptch_custom_form’ );
 * Many thanks
 *  Thread Starter [marcie73](https://wordpress.org/support/users/marcie73/)
 * (@marcie73)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/using-captcha-with-wp_login_form-function/#post-4299369)
 * alright, in fuctions.php, but only works with add_filter (singular).
 *  [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/using-captcha-with-wp_login_form-function/#post-4299513)
 * Hi,
 * Please add the following hook:
 * add_filters( ‘login_form_middle’, ‘cptch_custom_form’ );
 * Sincerely,
    Support Team
 *  [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/using-captcha-with-wp_login_form-function/#post-4299553)
 * Hi,
 * We hope your problem has been resolved. If you have any questions, please feel
   free to contact us via our support forum [http://support.bestwebsoft.com/](http://support.bestwebsoft.com/)
 * Sincerely,
    Support Team

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘using captcha with wp_login_form() function’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/captcha_92b6c9.svg)
 * [Captcha](https://wordpress.org/plugins/captcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/captcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/captcha/)
 * [Active Topics](https://wordpress.org/support/plugin/captcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/captcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/captcha/reviews/)

## Tags

 * [wp_login_form](https://wordpress.org/support/topic-tag/wp_login_form/)

 * 4 replies
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/using-captcha-with-wp_login_form-function/#post-4299553)
 * Status: resolved