Hello Everyone,I usually work with Acrobat forms and I have been
recently needing more Dynamic funtioning of the forms. I need help in
that I want to populate a text field based on various checked boxed and
radials. In Acrobat I assigned this script to the text field that would
change for example:if(this.getField("ia1").value == 0 &&
this.getField("ia2").value == 1 && this.getField("cbx2").value ==
0){event.target.value = "This letter is to confirm our conversation on "
+ "" + " reg..... " + thi...