invisible_captcha icon indicating copy to clipboard operation
invisible_captcha copied to clipboard

🍯 Unobtrusive and flexible spam protection for Rails apps

Results 7 invisible_captcha issues
Sort by recently updated
recently updated
newest added

The consecutive submits of the form fail as timestamp is deleted from the session after validation `timestamp = session.delete(:invisible_captcha_timestamp)` No form is rendered - no timestamp is added - validation...

If there had been a form on a page (comment form, for example) and the same form is loaded again (reply on a comment) the spinner validation fails for "older"...

We use invisible_captcha in our [customer support form](https://www.simplysafedividends.com/contact-us). The past couple of weeks, several customers have told us that they've been unable to reach us via the form. To my...

discussion

It would be nice if the generated honeypot field name could be used in a defined scope. Currently it is not possible, because the controller extension just iterates over the...

feature

Hi. We are using Invisible Capcha on our site, and found some bug with using it on multiple tabs. Steps to reproduce: 1. Open more then one different tabs were...

Hey :wave: First of all, I want to thank you for this gem. I've been using it for a while and it's been great. ## Motivation Recently, I added this...

I use invisible captcha in a sign-up form: ```erb ``` I do not, in fact, let people pick a username, but was hoping it would trick bots. Some bots still...

discussion