Changing the fill color of a field

The Fill Color of a Field snippet demonstrates how to change the fill color of a field at run time.

In this snippet, when the Apply Fill Color button is clicked, the text field color changes to gray.

To change the fill color of a field

 Add the following script to the Apply Fill Color button.
TextField1.fillColor = "200,200,200";

To see similar examples, visit the LiveCycle Developer Center.

// Ethnio survey code removed