There currently isn't a way to limit the number of entries based on a form field. You can limit the number of entries in a form, but not based on a check box.
To do so, would require customization beyond what we could supply on this forum. You'll want to create a Job Board post for such a thing.
Someone would have to create a gform_pre_render function that counted the number of submissions on the form equal to the values you are limiting and remove the values if they've already went past some pre-determined number.
http://www.gravityhelp.com/documentation/page/Gform_pre_render
A competent PHP developer should be able to do this for you.
Posted 12 years ago on Monday June 4, 2012 |
Permalink