Title: How to edit error message
Last modified: August 31, 2016

---

# How to edit error message

 *  Resolved [d.chatzimanolis](https://wordpress.org/support/users/dchatzimanolis/)
 * (@dchatzimanolis)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-edit-error-message/)
 * Hi,
 * I would like to ask you how to edit the “Your entered code is incorrect” that
   appears if you fail to write the correct CAPTCHA into a contact form 7 field.
 * I can’t see this message at Messages of contact form for a reason.
 * Could you give me some advice on this?
 * [https://wordpress.org/plugins/really-simple-captcha/](https://wordpress.org/plugins/really-simple-captcha/)

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

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-edit-error-message/#post-7154236)
 * What version of Contact Form 7 do you use?
 *  Thread Starter [d.chatzimanolis](https://wordpress.org/support/users/dchatzimanolis/)
 * (@dchatzimanolis)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-edit-error-message/#post-7154245)
 * Hi,
 * I use Contact Form 4.4.
 * Please check my screenshot to see the messages appeared to me :
 * [http://i66.tinypic.com/mhsl01.jpg](http://i66.tinypic.com/mhsl01.jpg)
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-edit-error-message/#post-7154262)
 * Try adding
 *     ```
       define( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA', true );
       ```
   
 * to your wp-config.php, or adding
 *     ```
       add_filter( 'wpcf7_use_really_simple_captcha', '__return_true' );
       ```
   
 * to your theme’s functions.php.
 *  Thread Starter [d.chatzimanolis](https://wordpress.org/support/users/dchatzimanolis/)
 * (@dchatzimanolis)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-edit-error-message/#post-7154358)
 * Thanx a lot, it now appeared at messages.

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

The topic ‘How to edit error message’ is closed to new replies.

 * ![](https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241)
 * [Really Simple CAPTCHA](https://wordpress.org/plugins/really-simple-captcha/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-captcha/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-captcha/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-captcha/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-captcha/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-captcha/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [d.chatzimanolis](https://wordpress.org/support/users/dchatzimanolis/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-edit-error-message/#post-7154358)
 * Status: resolved