Conditional when entries match
-
I have a form to record sports match scores.
It has two dropdowns populated with the same names and fields for the respective scores.Submit should only be enabled if …
Name_1 != Name_2
Score_1 XOR Score_2 = 10I can’t see a way to do this with the current conditinal options.
Is it possible?
- The topic ‘Conditional when entries match’ is closed to new replies.