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. As the user enters data in a field, the fill highlight goes away.
I want to set a document level javascript that I can select the fill highlight as a default color, say light blue. I cannot seem to get it right.
I can do this with a field level javascript. You set the appearance color you want for the field, then to to the actions tab and set an onblur changing the color to transparent. However, when you reset the form, the highlight does not return. Is this the only way I can get this done?
I want to set a document level javascript that I can select the fill highlight as a default color, say light blue. I cannot seem to get it right.
I can do this with a field level javascript. You set the appearance color you want for the field, then to to the actions tab and set an onblur changing the color to transparent. However, when you reset the form, the highlight does not return. Is this the only way I can get this done?