ivomokros
Forum Replies Created
-
jberg1, I thought my forms were working at first too. Until you leave the captcha empty, and the form goes through anyway. Make sure to test that option! I had to do the other steps in order for the submit to be rejected with an empty captcha.
I managed to get bwp-recaptcha working with CF7 4.1. It may not work for all scenarios, but for my contact form it worked just fine. You will need to edit some code. Hope this helps you while we wait for an update.
1. In bwp recap options, make sure the shortcode is set to recaptcha (not sure why it won’t work if the shortcode is bwp-recaptcha)
2. Edit the the file /wp-content/plugins/bwp-recaptcha/includes/class-bwp-recaptcha-cf7.php
3. Go to line number 279 and find the line
$result['reason'][$name] = $rc->options['input_error'];
change it to
$result['reason'] = array($name => $rc->options['input_error']);
4. Go to line number 295 and make the same change thereNow back in CF7 input the recaptcha shortcode as normal.
Hopefully we wil have real fix soon, but this gets me over the immediate problem.
I also have this problem with CF7 4.1. Reverting back to 4.0.3, but hopefully we can have this great recaptcha plugin work with 4.1 soon. Thanks!
Forum: Plugins
In reply to: [Row Seats Core] [Plugin: Row Seats] Can not create a showThe problem was related to my theme. Works in several other themes that I tested, including the standard twenty ten and twenty eleven.