How can I configure a ConfiForms field to display only if all four specific fields have the value "YES"? Additionally, I want that field to be hidden if any of the four fields have a value other than "YES. even if one is no.
You set this type of rule - https://wiki.vertuna.com/spaces/CONFIFORMS/pages/21234020/ConfiForms+Field+Definition+Rules#ConfiFormsFieldDefinitionRules-Showfield
List all the 4 fields to be tracked for change (first macro parameter)
And set the condition
field1:YES AND field2:YES AND field3:YES AND field4:YES
Click on "reverse rule" to ensure there is an automatic reverse rule to do the oposite when the condition does not match
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.