Title: Error Captcha
Last modified: August 21, 2016

---

# Error Captcha

 *  Resolved [biren123](https://wordpress.org/support/users/biren123/)
 * (@biren123)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/error-captcha/)
 * Hi
    i have got SB login plugin which uses your captcha plugin. This is what i
   get every single time when i enter your captcha.
 * [http://samsungcamerareviews.siterubix.com/wp-content/uploads/2014/07/error.png](http://samsungcamerareviews.siterubix.com/wp-content/uploads/2014/07/error.png)
 * Can you please click this link and see the image or if it doesn’t work then please
   visit
    [http://samsungcamerareviews.siterubix.com/captcha-problem](http://samsungcamerareviews.siterubix.com/captcha-problem)
 * Thank you very much
 * [https://wordpress.org/plugins/captcha/](https://wordpress.org/plugins/captcha/)

Viewing 1 replies (of 1 total)

 *  [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-captcha/#post-5129190)
 * Hi biren123,
 * Unfortunately, both links throw error 404.
 * Captcha will only be displayed and work correctly if you are using standard registration,
   login, comments form pages. In case of using custom forms and pages it will be
   necessary to make changes in them so that captcha could be displayed and work
   correctly.
 * Please follow the instructions below.
    = I would like to add Captcha to custom
   form on my website. How can I do this? = 1. Install the Captcha plugin and activate
   it. 2. Open the file with the form (where you would like to add the captcha to).
   3. Find a place to insert the code for the captcha output. 4. Insert the necessary
   lines: `if( function_exists( 'cptch_display_captcha_custom' ) ) { echo "<input
   type='hidden' name='cntctfrm_contact_action' value='true' />"; echo cptch_display_captcha_custom()};`
   If the form is HTML you should insert the line with the PHP tags: `<?php if( 
   function_exists( 'cptch_display_captcha_custom' ) ) { echo "<input type='hidden'
   name='cntctfrm_contact_action' value='true' />"; echo cptch_display_captcha_custom();}?
   >` 5. Then you should add the lines to the function of the entered data checking`
   if( function_exists( 'cptch_check_custom_form' ) && cptch_check_custom_form()!
   == true ) echo "Please complete the CAPTCHA."` or `<?php if( function_exists('
   cptch_check_custom_form' ) && cptch_check_custom_form() !== true ) echo "Please
   complete the CAPTCHA." ?>` You could add this line to the variable and display
   this variable in the required place instead of `echo "Please complete the CAPTCHA."`.
   If there is a variable (responsible for the errors output) in the check function,
   this phrase can be added to this variable. If the function returns ‘true’, it
   means that you have entered captcha properly. In all other cases the function
   will return ‘false’.
 * Sincerely,
    BestWebSoft Support Team

Viewing 1 replies (of 1 total)

The topic ‘Error Captcha’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/error-captcha/#post-5129190)
 * Status: resolved