Skip to main content
Participating Frequently
July 13, 2018
Answered

adobe reader dc - remove form field highlight

  • July 13, 2018
  • 1 reply
  • 2170 views

I've seen some posts discussing removing the form field highlight individually.  What I need is to be able to apply this specific change to a number of XenApp servers so it has to apply to anyone that logs in without that user needing to do anything special.

Is there a config file we can add or a registry key/value we can create/add?

Thanks.

[Question moved to Enterprise Deployment (Acrobat and Reader). -Mod]

This topic has been closed for replies.
Correct answer Steve Cordero

Steve, I've tried setting the color to white, however, this simply hides the text until you select the individual form fields.  I am trying to eliminate the background color entirely.  Similar to selecting 'no fill'.  I think i'm on the right track by just unchecking "Show border hover color for fields" as this seems to accomplish what' i'm trying to do, however, I am still looking for the registry settings that control this menu item as i need to apply that setting across an enterprise.


That check is "bRuntimeHighlight".

bRuntimeHighlight

Supported on WindowsSupported on MacSupported by AcrobatSupported by Adobe Reader

Data typeboolean: DWORD value > REG_DWORD
Default1
Version #8.0+
HKCU PathFormsPrefs\cRuntimeBGIdleColor
HKLM PathNot lockable
SummarySpecifies whether to show a field border color on hover.
DetailsPossible values include:
  • 0: Disables field border hover color.
  • 1: Shows a border on field hover.
GUI mappingPreferences > Forms > Highlight Color > Show border hover color for fields

1 reply

Adobe Employee
July 16, 2018

Forms Highlight Color

Specifies the color for borders, general fields, and required fields. Alternate colors are often specified in accessible environments.

Summary table
bRuntimeHighlightSpecifies whether to show a field border color on hover.
xdataThe default color for required fields in forms.
xdataThe default color for regular fields in forms.
xdata

Data type
DefaultVaries.
Version #8.0+
HKCU PathFormsPrefs\cRequiredFieldHLColor
HKLM PathNot lockable
SummaryThe default color for required fields in forms.
DetailsPossible values include any system color. Specific colors are often selected to improve accessibility.
  • Varies: Set as desired.
GUI mappingPreferences > Forms > Highlight Color > Required fields highlight color

xdata

Supported on WindowsSupported on MacSupported by AcrobatSupported by Adobe ReaderTop > FormPrefs > Forms Highlight Color > xdata
Data type
DefaultVaries.
Version #8.0+
HKCU PathFormsPrefs\cRuntimeBGIdleColor
HKLM PathNot lockable
SummaryThe default color for regular fields in forms.
DetailsPossible values include any system color. Specific colors are often selected to improve accessibility.
  • Varies: Set as desired.
GUI mappingPreferences > Forms > Highlight Color > Fields highlight color

bRuntimeHighlight

Supported on WindowsSupported on MacSupported by AcrobatSupported by Adobe ReaderTop > FormPrefs > Forms Highlight Color > bRuntimeHighlight
Data typeboolean: DWORD value > REG_DWORD
Default1
Version #8.0+
HKCU PathFormsPrefs\cRuntimeBGIdleColor
HKLM PathNot lockable
SummarySpecifies whether to show a field border color on hover.
DetailsPossible values include:
  • 0: Disables field border hover color.
  • 1: Shows a border on field hover.
GUI mappingPreferences > Forms > Highlight Color > Show border hover color for fields
Lucidity2Author
Participating Frequently
July 18, 2018

Is xdata a key or a data type needing a value?  It isn't clear to me why there are two separate values for xdata.  Also, is there a reference for colors for any of these values?  Should they just be hex colors or is it an on/off as in the case of bruntimehighlight?

EnterpriseHelp
Inspiring
July 18, 2018

Hi Greg,

  • xdata is a preference like the others.
  • There are two values because there is an xdata pref in two places (see the path in the doc you copied).
  • The values are a binary representation of hex. The best way to configure these is through the UI. Alternatively, set via the UI and then go to that location and copy the value for use in a configuration/deployment scenario (in other words: setting the UI is the best way to get a valid value you can use when modifying another registry).