Is it possible to set up a field (dropdown, radio, etc) to where you allow users to select from until one of the fields has been selected X amount of times, and then it is hidden from the users?
For instance, you have a dropdown or radio button field that has the following options to chose from:
> January
> February
> March
> April
Each of these can be selected 5 times. Once "March" has been selected 5 times, it no longer is displayed and users only see:
> January
> February
> April
or maybe
> January
> February
> March (full)
> April
=========================
I was curious if anybody has been able to do such a condition on a field; as it would be a great option to have, but I do not seem to know how to do it.
Thanks