how to change color of form text field usong js code example
Example: javascript change color of text input
document.getElementById("yourInputID").style.color = 'the color of your choice';
document.getElementById("yourInputID").style.color = 'the color of your choice';