Expand my Community achievements bar.

SOLVED

Fillable fields shaded blue

Avatar

Level 1

I can remove the shading on fillable fields, save the change, but when other users open the file, the field is still blue. I don't want the fields shaded blue when the users opens the file. How can I resolve this issue? I'm using Adobe Reader X, and Adobe Pro X, Edit>Prefences>Forms>Highlight Color toggles the color on or off. The change affects my forms but not the user's view of the same form.  

1 Accepted Solution

Avatar

Correct answer by
Level 8

Glad I could help.

Make sure you flag the response as Correct.

Thanks.

Kyle

View solution in original post

3 Replies

Avatar

Level 8

In your top most subform you can add this JavaScript to the docReady event:

 

app.runtimeHighlight=false;

Kyle

Avatar

Level 1

Perfect. This is what I need. Thank you for your quick and accurate response.

Nancy

Avatar

Correct answer by
Level 8

Glad I could help.

Make sure you flag the response as Correct.

Thanks.

Kyle