Good Morning,
Working on a form that will be distributed to a number of users. The form utilizes a lot of scripts to highlight fields that require attention. The form works/shows well when the preset "highlight fields" is turned off (currently done manually).
Is it possible to disable field highlighting using a script or by changing the preferences so that when the document is opened, the form fields are not highlighted? During testing, the "highlight fields" option is turned on by default on other users machines. I searched on the Internet and came across the following:
Layout: Ready event
app.runtimeHighlight = False
Can this be used and if so, where would it be entered (hopefully not in every field).
Thanks