Apologies if this has already been posted but nothing has come up via Google nor the Forum search.
I'm sure this should be easy but it's really doing my head in!
I have a number of textboxes, dropdown lists, etc within my form - I have set Custom backgrounds on each which are visible within Design View. However, in Preview PDF all the fields have a default blue colour and only change to my Custom backgrounds when you enter the field.
Is there a way of removing the default colouring of fields so that it's the same as my Custom backgrounds? My Custom backgrounds are 'linear to bottom' so I don't want to just set border.fill.color to one colour.
Thanks for any help,
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
If you include this Javascript in the docReady event of the root node (default "form1").
app.runtimeHighlight = false;
This will turn off the field highlight. It doesn't prevent the user from turning back on the highlight, but it will mean that your form opens with the highlight off.
Hope that helps,
Niall
Views
Replies
Total Likes
Hi,
If you include this Javascript in the docReady event of the root node (default "form1").
app.runtimeHighlight = false;
This will turn off the field highlight. It doesn't prevent the user from turning back on the highlight, but it will mean that your form opens with the highlight off.
Hope that helps,
Niall
Views
Replies
Total Likes
Niall - you are a genius!
Many thanks for that,
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies