Reputation: 17
I'm working on an event registration form with Gravity Forms. The event needs to be limited to X amount of registrants. Gravity Forms gives us this ability under the "Form Settings > Restrictions > Limit Number of Entries" section. As expected, each form filled out counts as 1 entry.
However, this form also has a "Bringing a Guest?" boolean (Yes or No radio buttons). If "Yes" is selected, I would like the form submission to count as 2 entries. How can this be done?
Upvotes: 0
Views: 939
Reputation: 2869
Rather than using Gravity Forms built-in entry limits, you might consider using a snippet I wrote which adds support for inventory to your Gravity Forms fields. More details on the other side of this link:
http://gravitywiz.com/better-inventory-with-gravity-forms/
Upvotes: 0