Copy link to clipboard
Copied
Copy link to clipboard
Copied
Form settings under Preferences. It's per program and per user.
Copy link to clipboard
Copied
Thank you.
Can you please elaborate on the form settings?
And if I disable it on my end, will users I'll send the file to might still experience that depends on their preferences?
Copy link to clipboard
Copied
Hi there
hope you are doing well and am sorry for the trouble.
Please go to edit (Win), Adobe Acrobat (Mac) > preferences > forms > uncheck ’ show border hover colour for fields’ > click OK and reboot the application.
Thanks
Amal
Copy link to clipboard
Copied
No--it is up to each user to set their own preferences.
Copy link to clipboard
Copied
You can disable it by embedding a script into your file, but it will also be disabled for all other files the user opens afterwards, so it might be a good idea to inform them of that change.
The code that does it is this:
app.runtimeHighlight = false;
Copy link to clipboard
Copied
Thank you try67
It worked great on my desktop but I see that it doesn't when I open it on Chrome for example, and also on my mobile (I use Acrobat reader on my phone..).
Is there a way to fix that?
Or maybe, is there a way to at least change the highlight color, for example light grey or white?
Thanks a lot.
Copy link to clipboard
Copied
- No, it won't work in the mobile version of Reader, and is unlikely to work in the Chrome PDF plugin.
- You can change the highlight color using a script, yes, but again, it will affect all other files, too.
From personal experience I can tell you it's a very bad idea to do it without the user's consent.
To do it you can use this code (for example; read the documentation of the color object to learn how to define other colors):
app.runtimeHighlightColor = color.ltGray;
Find more inspiration, events, and resources on the new Adobe Community
Explore Now