I cannot wrap my head around the fact that the logic for forms doesn't have an AND option or a HIDE option instead of "show".
I'm trying to display a field based on 2 conditions from 2 separate fields (they are both dropdown fields)
-----------------------
If Category field is "budget" and Type field is "baseline" then show the "initial budget" field only
If Category field is "budget" and Type field is "change" then show the "initial budget" field as well as "revised budget" field.
---------------------
If Category field is "schedule" and Type field is "baseline" then show the "initial schedule" field only.
If Category field is "schedule" and Type field is "change" then show the "initial schedule" field as well as "revised schedule" field.
------------------
If Category field is "schedule" AND "budget" and Type field is "baseline" then show the "initial Schedule" and "initial budget" fields only.
If Category field is "schedule" AND "budget" and Type filed is "change" then show all fields ("initial schedule", "initial budget", "revised schedule", "revised budget")
How do I accomplish that?? No matter what conditions I select, it never shows the fields the way I want them. I have used many different form builders before and never had an issue because they were all built in a way that lets you HIDE a field based on certain conditions. But SS only has a "show field" option as condition so my mind just can't figure out what I need to select to make my fields show as desired.
Any help is appreciated!!