Answered
Can you delete the default blue background for form field?
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!
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!
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;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.