This is what I would like to accomplish...say you have 50 drop down fields and you only want a user selecting a response for 10 of them, where do I start?
I am assuming there is an easy function to see if a field is empty or not. Similar to the checking in place for required fields, I want to count how many fields are empty and prevent the user from submitting if it is more or less then I say so. In the example above I would want to have a total of 40 empty fields...no more no less.
Could you see a function like this work in this environment?