Answered
Is there a way that a form I've made with Livecycle Designer 8 have the "highlight field" turned on by default for all my Adobe Reader users ?
Is there a way that a form I've made with Livecycle Designer 8 have the "highlight field" turned on by default for all my Adobe Reader users ?
if (!app.runtimeHighlight){...}
app.runtimeHighlight = true;app.runtimeHighlightColor = color.yellow;
You can add the following Javascript to the first page of your Acrobat form (Page Navigation Pane, right-click Page Properties, Actions Tab, Run a Javascript page action.
This turns the form highlighting on and sets the color to yellow.
For LiveCycle Designer forms you'll need to place this javascript code in the "DocReady" event for the form.
Lori Kassuba is an AUC Expert and Community Manager for AcrobatUsers.com.