Hello Group
Not sure how the CSS fields work on the forms. I tried the following but it did not do anything.
input { background-color : #CDC9D8; border : 1px solid #999999 }
input:focus { background : #FFFFFF }
I also tried a textarea that did not work either.
On the old form I did get it to work but not on the Machform
textarea {
background-color : #FAE4A5;
border : 1px solid #999999;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
}
So How do I use the css fields in Machform. I did not see any documentation on this. It seems like this should be pretty simple.
Thanks for your help with this.