Our site was just hit with 300 form submissions in a 2 minute period
How can we have Gravity Forms limit submission requests?
Our site was just hit with 300 form submissions in a 2 minute period
How can we have Gravity Forms limit submission requests?
Have you tried one of the Captcha options on your form?
Thanks for the reply Kevin
If I were getting lots of spam, I'd certainly consider it.
As it is, I get next to no "bad" submissions.
I would very much like an option to say "only allow X submissions a minute"
and I'd default it to 3, with a note teling my web guest that they'll need to try to re-submit in X minutes.
Thanks
There's currently no way to throttle the submissions from within Gravity Forms itself. You can limit the total number of submissions, but not the rate. You could always use some jQuery to hide the submit button for a period. Unless your site is wildly popular, if you're getting that many submissions it's probably a bot of some kind and a client side solution wouldn't defeat that.
Have you thought about trying the "anti-spam honeypot" option in the form settings? This should defeat most bots and still be unobtrusive/invisible to normal users.
Ah, very nice, I hadn't seen the honeypot.
yes, we'll enable that & see how we fare.
thank so much!