Expand my Community achievements bar.

Border Dispute

Avatar

Former Community Member

Hi,

I've started a new form and copied a dropdown list from a previous form. In the original form the dropdown list displays as below:

border1.jpg

in the new form the drop down list displays as bellow. with an undesirable outer boarder and the fill extending to the edge of the whole field.

border2.jpg

as far as i can tell the border settings for both dropdown lists are the same... set to no border:

border3.jpg

I'm guessing the difference must be due to a global setting? could anyone help?

Thanks,

Graeme

P.S. how can i attach a .pdf to this message?

1 Reply

Avatar

Level 10

Hi,

It looks like there is script in one of the dropdown events that is changing the appearance.

this.fillColor = "255, 200, 200"; // will colour the whole field (Priority = high example)

this.ui.oneOfChild.border.fill.color.value = "255,200,200"; // will only colour the value part of the field (Priority = medium example)

You cannot upload files directly to the forums, but can share them via Acrobat.com

Good luck,

Niall