Skip to content
BrunoBernardino edited this page Dec 22, 2014 · 3 revisions

How can I integrate visualCaptcha for WordPress with Contact Form 7

This answer is valid for many form plugins that exist for WordPress.

If they follow standards (the same way the default Wordpress forms do for comments, login, signup), you only need to know what is the action hook name and validation filter name and add those as custom options, otherwise, you'll have to get your hands dirty in code.

An example has been posted on WordPress

Parse error: syntax error, unexpected T_STRING in ...

If you're getting this error, it means your PHP version is older/lower than 5.3, which is the minimum required version for visualCaptcha.

If you're feeling adventurous, though, removing the use of namespaces should be enough to make it work for older versions, though we won't support such change.

Clone this wiki locally