Hi, I'd like to know if it would be possible to limit entries by post, not by form. I'm thinking of handling event registrations with Gravity Forms, but instead of having to create a new (identical) form for each event I'd like to use the same form for each event, and just save the post id along with the form entry.
The idea is that an event post would have a custom field specifying the maximum number of entries. When someone wants to register, I'd need to check what the current number of registrants is for the current event. Is the only way to do this via a custom SQL query?