Hello, I see this is one of the main issues with the plug in is getting "ANY" Submit button to verify captcha before accepting the input data.
I am too having the issue, have tried everything listed here such as:
JEZ reCAPTCHA Integrator Enabled:
Use Inclusion Syntax = No
The code I used:
<?php global $mainframe;
$mainframe->triggerEvent('onCaptchaDisplay'); ?>
Auto-verify = No
The Code I used:
<?php global $mainframe;
$mainframe->triggerEvent('onCaptchaConfirm'); ?>
____
Doesn't work with or with out syntax help, never verifies, users are able to post what ever they want with out verification.
Seems as though the plugin doesn't grab my submit button
<input type="submit" onclick="onCaptchaConfirm" value="<?php echo ADSMANAGER_FORM_SUBMIT_TEXT; ?>" />
I am using ADS manager, to get this to work as this is a big topic there,
I have also tried playing around with the code it's self see if I can get the "Confirm" To trigger on Submit, but no go.
Joomla Version: Version 1.5.15
System - JEZ reCAPTCHA Integrator : Version 1.0.0
ADSManager: 2.5.0
______________
Other things I have tried:
<?php
global $mainframe;
$mainframe->triggerEvent('onCaptchaDisplay');
$mainframe->triggerEvent('onCaptchaConfirm');
?>
No go.
Basically I have tried many inproper & proper PHP tries, with no luck any suggestions - thanks

I can put anything in the captcha box, @#$%@#%#$ and it will still go through.
