I have came to Gravity Forms from TDO Mini Forms where I could use throttling options to set a limit of active posts per user over any period of time I wanted. I ideally need to be able to do the same, however I do not need to do it over a period of time. Whenever a user uses a form, the post is always set to their account so that the user is the author of the post they submitted.
For example. All users will be registered before they can access the form (I already have this set by protecting access to the form with a membership plugin).
There are two forms that need to limit the number of active (published) posts per user. One form needs to be limited to 1 and the other needs to be limited to 5. How can I check the number of active (published) posts that a user has, or how can I restrict usage of a form based on how many active (published) posts a user already has?