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

Can you delete the default blue background for form field?

Community Beginner ,
Feb 25, 2023 Feb 25, 2023

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
510
Translate
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;

Translate
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;

Translate
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
LATEST

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

Translate
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