Working with Imported Data in Acrobat DC
When data is pushed into pdf forms, is it different than being manually entered? I have calculation scripts that don't seem to fire based upon field values, and sometimes field formatting is ignored. Is this imported data somewhere else that I can't reference it with .value? Or are there only certain things I can do with it after it's imported?
I recently wanted to make the value of 5 fields zero if another field was not blank, but the import just blew the numbers in regardless of calculation order or if I used .value with the target fields or not - it didn't replace the values. I do have a calculateNow function at the Document level.
