I think I figured out the answer for myself. I do not think you can do this with a document level script.
It can be done on a field level script in the "Format" tab, custom format
the following script works well, (but highlight color is light green)
var f = event.target;
if (f.value != "")...
I have been using Acrobat Pro for several years now, but I am new to javascript. I have been beating my brains out trying to figure this one out. I am creating a form to be filled out. some questions are mandatory, some are optional. I am color coding these as needed with the fill highlight...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.