if (this.rawValue == "Value 1" || this.rawValue == "Value 2") { //Select
which options on the dropdown you want to use
this.resolveNode("subform").presence = "hidden"; //Sets the subform
"subform" to hidden}Alternatively use the Action Builder in the tools
menu and make sure you are putting the Javascript on the "Change" event.