LiveCycle Designer 8:
I wondered what seems to be wrong with this script. When a checkbox is clicked, a textfield is to appear.
if (this.rawValue ==1) {
TextField1.presence = "visible";
}else{
TextField1.presence = "invisible";
}
All naming protocols are observed.
Lee.