PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Limit entries based on page/post

  1. 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?

    Posted 13 years ago on Monday April 11, 2011 | Permalink
  2. The only way to do this currently would be to use custom PHP and query the post data. Then use PHP to know if you can show the form or not. It isn't something Gravity Forms itself can do.

    Posted 13 years ago on Monday April 11, 2011 | Permalink