Gravity Forms has this great option to restrict form submissions, like 10 submissions per month, as an example.
Is there a way to tie this to the user? I know there’s an option “user must be logged in” which helps already. But I’d also like to restrict the form submissions to a set number per user per month.
The way I understand it now is the form can accept a total of XX submissions per month. I want it to accept XX submission per user per month.
If the user is logged-in, the gform_search_criteria_entry_limit_validation filter can be used to adjust the search criteria for the entry limit database query to include the created_by property for the current user ID. See the following page of the documentation:
If the user isn’t logged-in, certified developer Gravity Wiz has the Limit Submissions add-on, which has other ways to limit entries: