I set it as Acrobat 7 (Dynamic) XML Form in both the File>Form
Propertied>Defaults area and in Tools>Options>Document Handling and
still have the same issue. My javascript code is:-----
topmostSubform.Page1.Checkbox1::mouseUp: - (JavaScript, client)
---------------------if (Checkbox1.rawValue == 1) {textfield1.presence =
"visible";textfield2.presence = "visible"; }else{textfield1.presence =
"invisible";textfield2.presence = "invisible";}The code work fine,
except that if the text field is set to...