• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Can you delete the default blue background for form field?

Community Beginner ,
Feb 25, 2023 Feb 25, 2023

Copy link to clipboard

Copied

Hi guys, is there a way to delete or define the default blue background color for form fields as dropdowns etc. in Acrobat?

Thanks in advance for your help!

TOPICS
Acrobat SDK and JavaScript

Views

255

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 25, 2023 Feb 25, 2023

Do you mean using a script? Yes, you can disable it like this:
app.runtimeHighlight = false;

Or change the color like this (for example):
app.runtimeHighlightColor = color.green;

Votes

Translate

Translate
Community Expert ,
Feb 25, 2023 Feb 25, 2023

Copy link to clipboard

Copied

Do you mean using a script? Yes, you can disable it like this:
app.runtimeHighlight = false;

Or change the color like this (for example):
app.runtimeHighlightColor = color.green;

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 25, 2023 Feb 25, 2023

Copy link to clipboard

Copied

LATEST

You're an absolute genius, thank you so much for your support!!!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines