Avatar

Level 2

Sure. I thought did that, but guess it didn't copy over.

Thanks for replying.

Here's the code that works for the first three RBs. The new hidden field is entitled "OtherDescriptionTxt"

 

if(this.rawValue != 3)

{

     EdgeDropDown2.presence = "visible";

     EdgePanelChkBxTxt.presence = "hidden";

     EdgeDetailNoteTxt.presence = "visible";

     OtherDescriptionTxt.presence = "visible";

}else  {

     EdgeDropDown2.presence = "hidden";

     EdgePanelChkBxTxt.presence = "visible";

     EdgeDetailNoteTxt.presence = "hidden";

     OtherDescriptionTxt.presence = "hidden";

}