I need to pre populate five fields when the user opens the form using
Acrobat Reader (name title, address, etc). The values will be stored in
an xml data file in the same directory as the form (no database
connections or web services needed). I've tested the xml and form
structures using Forms -> Manage Form Data -> Import Data and all works
fine. Now, I need to mimic this behavior programmatically so it will
work using only Acrobat Reader. I can't find the magic java script
command to import th...