Hello, I want to do the following:
Create a field of 3 checkmarks.
Show a specific field depending on what checkmarks are selected using conditional logic.
The issue I am having is when checkbox 1 is selected, the appropriate field is shown. But I want a different field to show if checkbox 1 and 2 are selected which does happen but the field that is showing when checkmark 1 is selected is showing as well. If checkmark 1 and 2 are selected, the other field with just checkmark 1 should be hidden. Is there a way to do this? Conditonal logic has 'show' and 'hide' but I don't see a way to use them both or am I wrong? Or is there a better way then the way I am trying?
Thanks!