I need to create an IF that allow me to define a specific rule. I have a customer portal page where customers can open tickets. The form is developed in order to insert some information like: “software product” and “environment” both are defined as dropdown list. In addition we have other fields like “Suite version”. The IF I need is:
If (software product = ‘TEST’) then HIDE the field “Suite Version”
It is needed because the value “TEST” will open a new level of the “Software Product” field. I can use Jquery JavaScript.
Many thanks.