I have two fields: Premium and Standard. Between those two fields, I need to ensure that they choose at least two but no more than three values.
It seems like maybe I could use a combination of those two validators. Does that seem possible?
I have two fields: Premium and Standard. Between those two fields, I need to ensure that they choose at least two but no more than three values.
It seems like maybe I could use a combination of those two validators. Does that seem possible?
Comments
Comment #1
mrpeanut commentedI partially solved this by using the Field collection module. That module combines my two fields (Premium and Standard). However, upon setting a field validation for the combined field, I get this error:
Here's my field validation export:
I assume the issue arises from $rule->col = 'value';, but I don't know where to go from there to fix it.
Comment #2
g089h515r806 commentedIt is not a bug, I think you make a mistake in your config.