Title: Customizing plugin for custom form
Last modified: August 21, 2016

---

# Customizing plugin for custom form

 *  Resolved [mrmccarrin](https://wordpress.org/support/users/mrmccarrin/)
 * (@mrmccarrin)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/customizing-plugin-for-custom-form/)
 * Hi – My website is: [http://www.pearsonkoutcherlaw.com](http://www.pearsonkoutcherlaw.com)
   and contains two custom contact forms that receive a lot of spam.
    I have been
   trying to follow [these directions](https://bestwebsoft.zendesk.com/entries/23858927-I-would-like-to-add-Captcha-to-custom-form-on-my-website-How-can-I-do-this-):
 * I have placed this
 *     ```
       <?php
       if( function_exists( 'cptch_display_captcha_custom' ) ) { echo
       ""<input type='hidden' name='cntctfrm_contact_action' value='true'
       />""; echo cptch_display_captcha_custom(); } ?>
       ```
   
 * right before my submit button, but it does not work.
 * Also, I do not understand where to put,
 *     ```
       <?php if( function_exists(
       'cptch_check_custom_form' ) && cptch_check_custom_form() !==
       true ) echo ""Please complete the CAPTCHA."" ?>
       ```
   
 * I have done a lot of research and come up with no answers. Can someone please
   help me?
 * Thanks 🙂
 * [http://wordpress.org/plugins/captcha/](http://wordpress.org/plugins/captcha/)

Viewing 1 replies (of 1 total)

 *  [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/customizing-plugin-for-custom-form/#post-4025730)
 * Hi mrmccarrin,
 * “I do not understand where to put” – you should add it where the validations 
   works.
    We can help you with it, but this is a paid service. If you need it, 
   please contact our support [http://support.bestwebsoft.com/](http://support.bestwebsoft.com/).
 * Kind regards,
    Support Team

Viewing 1 replies (of 1 total)

The topic ‘Customizing plugin for custom form’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/customizing-plugin-for-custom-form/#post-4025730)
 * Status: resolved