-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Recaptcha stops bouncer #75
Comments
Do you have a reduced test case I can look at? |
I'm sorry, I can't make any sense of your test case page.
` ` You need to fill in all the boxes. If you leave any blank, it won't work.
` Your Details
<p><input type="submit" value="Test"></p>
<input type="hidden" name="derive_fields" value="imgverify=g-recaptcha-response" /> </body></html>
Clicking Submit runs recaptcha OK, but not bouncer. |
After several tries, I still can't get the code to show properly. The google submit button is: |
You want to wrap your code in three backticks on each end, like in markdown. |
If I set up a form to be validated, it works beautifully. But if I try to incorporate Google Recaptcha into the submit process, the field validation stops working.
I suspect that this is a Google issue, but getting them to change anything seems a forlorn hope. Is there a fix or a workaround, or do I have to choose between Bouncer and Recaptcha?
The text was updated successfully, but these errors were encountered: