This is the actual script, but somehow the line breaks show differently in my script editor...form1.#subform[0].PriChoice::change - (JavaScript, client)if (PriChoice.rawValue == 0){PhonePri.presence= "visible"}else{PhonePri.presence= "hidden"}
I'm having a hard time with some scripting for a form where would like to show/hide a field based on a selection in another drop down field. I have two choices in the drop down and I have bound numbers to the selections. I created a script that I thought would work based on information I found in...