I have found numerous ways to fill / change the box around a field (both types) but not a way to change the color of the font.
I have tried:
form1.Page1.wTextField1.textColor = ["RGB",0.5,0.5,0];
form1.Page1.wTextField1.textColor = color.black;
Any hope?