What version of Contact Form 7 do you use?
I am having this problem with:
– Really Simple CAPTCHA 1.9
– Contact Form 7 4.4.2
The message to translate is “Your entered code is incorrect.”
Thread Starter
aledef
(@aledef)
Hi Takayuki,
I use CF7 v. 4.4.2 (Italian translation)
and Really Simple CAPTCHA v. 1.9.
Hi jpussacq,
I know what message to translate but I don’t see any captcha code error field in my “messages” tab and therefore no message to translate.
Hi aledef. Exactly the same problem (spanish version)
See http://contactform7.com/2015/09/17/contact-form-7-43/
Set the WPCF7_USE_REALLY_SIMPLE_CAPTCHA constant to true as described. This constant also controls the message field for Really Simple CAPTCHA error.
It works perfect. I really appreciate your quick response. In my case, I modified functions.php adding:
add_filter ('wpcf7_use_really_simple_captcha', '__return_true');
Thread Starter
aledef
(@aledef)
It works,
thank you Takayuki for your great work with Contact Form 7!