Josh Crawford

Results 1030 comments of Josh Crawford

Not at the moment, mostly because IPs are pretty easy to circumvent. But there are some similar settings. You can set "Require Logged-in User" to enforce users to be logged...

Happy to double check this, but the [`getRequestParam()`](https://github.com/verbb/formie/blob/b478d572893c1445e5e0cfa9d6bd2d19c0d36659/src/base/Captcha.php#L134) function checks for `variables.honeypotCaptcha` which is empty in your case?

Now you raise an excellent point where I'm using `Craft::$app->getRequest()->getParam` - and I shouldn't. It should always use `getRequestParam()` which is _supposed_ to handle fetching POST values, or variables in...

It's certainly something on my list to _not_ have to use variables, as it feels like a bit of a limitation. Purely - it was just to get it working...

Yeah, you're right 🤦‍♂️ Much prefer your PR solution in any case!

Updated in [3.0.0](https://github.com/verbb/formie/releases/tag/3.0.0)

Sounds like a different issue, if you can file a new issue?

Added in [3.0.0](https://github.com/verbb/formie/releases/tag/3.0.0)

Fixed for the next release. To get this early, run `composer require verbb/formie:"dev-craft-5 as 3.0.0-beta.5"`.

Fixed in [3.0.0-beta.6](https://github.com/verbb/formie/releases/tag/3.0.0-beta.6)