verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
93 stars 69 forks source link

Submission limit per IP #1810

Open CaporalJuju opened 2 months ago

CaporalJuju commented 2 months ago

Question

Hi, it's possible to limit submission per ip ? THANKS

Additional context

No response

engram-design commented 2 months ago

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 in, or you can use an Email field and require the entered-in email to be unique.

You can certainly enforce this behaviour yourself using events to check against a submissions ipAddress (provided you have the "Collect IP" setting enabled for the form.