I have a check box that I want to use to hide a text field if checked. I am using the following script, but it is not work.
On the Click event.
if (CheckBox1.rawValue == 1) {TextField2.presence = "hidden";
I have a check box that I want to use to hide a text field if checked. I am using the following script, but it is not work.
On the Click event.
if (CheckBox1.rawValue == 1) {TextField2.presence = "hidden";
if (CheckBox1.rawValue == "1")
{
TextField2.presence = "hidden";
}
And the script editor has to be set to JavaScript, not FormCalc!
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs