Sending an alert when a form is filled out a certain number of times?
I'm looking for a way to send an alert to my team when a form has been filled out a certain number of times -- any suggestions on how to make that happen?
The reason we want to do it is to detect a bot attack on our site. I want to get an alert when a form is filled out 100 times within a minute - that way my team can get on it quickly before our instance is overwhelmed. (Before you ask, yes, we have a honeypot on our forms, the bots are bypassing it.)
I can see other uses for it too though - like letting the sales team know when webinar signups hit a certain threshold, etc.
Any ideas?