Thanks for asking.
Here is main reference:
http://partners.adobe.com/public/developer/pdf/topic_js.html
Open the document called "Acrobat JavaScript Scripting Reference".
In the Field object section, you will see all the methods and
properties you can used in your Javascript to control the fields.
Your script should look like this:
if(this.getField("mycheckbox").isBoxChecked(0))
this.getField("mytext").value = "abcde";
On Jan 7, 6:55 pm, "
s...@websitedesignspecialist.com"