Skip to main content
Participant
March 28, 2022
Question

disable highlighted field on web browser

  • March 28, 2022
  • 1 reply
  • 640 views

I have fillable pdf form created by Adobe Acrobat DC Pro. By default, the form fields are highlighted by a blue rectangular box which can be prevented by the following document level javascript:

app.runtimeHighlight = false;
By the above code, the form fields are not highlighted any more if viewed by a pdf reader (eg: Acrobat or Nitro pro). But the form fields are still highlighted if the form is viewed by a web browser like google chrome.

Is there any document level javascript code by which form fields will not be highlighted viewed by the web browser as well?

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
March 28, 2022

May be that the PDF viewer of Chrome doesn't support this.

Participant
April 6, 2022

same problem with edge