I have a drop down box with a default value of empty/none.
If the user has not changed the value from the default, I would like the drop down box excluded from the print out.
Also, as you can see, the box is initially highlighted with a light shade of gray, unless the user changes the value.
However, the gray shading covers the entirety of the box, including the caption.
Is it possible to exclude the caption from the shading?
Lastly, I'm wondering if it's possible to restrict the shading, such that it does not cover beyond the drop-down arrow in the horizontal direction.
In the actual form, the drop-down boxes will be directly adjacent, and I would prefer that the highlighting not overlap to the adjacent box.
Thank you