robert.glez
Member
Posted 4 months ago #
Hello,
The captcha text on my contact form is not being accepted as valid. This is its url:
http://www.sos-sagunto.org/contacto
I've tried the proposed solutions in other topics (to disable any cache plugin and set define('WP_CACHE', true); in wp-config.php) and they don't work for me.
I'm using the latest versions of WordPress, Contact Form 7 and Really Simple Plugin (3.3.1, 3.0.2.1, and 1.4, respectively).
What could be causing the issue?
Thank you very much in advance.
http://wordpress.org/extend/plugins/really-simple-captcha/
See docs first.
CAPTCHA
A captchac tag must always be paired with a captchar tag with the same name. For example, tags shown below are valid:
[captchac captcha-1] [captchar captcha-1]
But these are invalid because they have different names. In this case, the CAPTCHA and its response do not match:
[captchac captcha-2] [captchar captcha-3]
robert.glez
Member
Posted 4 months ago #
You're totally right!!! I'm sorry! First I started to solve it on my own, then through the forums and when I checked the documentation I just scanned through without paying attention to that essential detail.
Sorry again and thanks a lot for this marvellous plugin.