Postponed (maintainer needs more info)
Project:
Field Validation
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2012 at 02:41 UTC
Updated:
11 Jun 2013 at 08:08 UTC
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.