I searched the forum and wasn't able to find the information I needed. I am passing data from cforms into my CRM, vTiger (think open source Salesforce). The name ID's must be the same as the custom field name id's in my CRM for it to pull the data in correctly, which gives me lovely parts of a form that look like this:


The text in the fields are the default values, which I've just made what the field is in my CRM so that I can build the form and have a clue as to what's going on (although my testing right now is pretty funny- pages and pages of leads where the Down Payment is Down Payment, and so on, for the entire page).
I'm going through the handy-dandy PDF cforms CSS guide here (http://www.deliciousdays.com/d…..-guide.pdf), but I'm still not quite sure what to do.
I've enabled html id's for all my form elements- that should let me edit the individual lines (or am I wrong?)
I thought I could just set something like cform.label to point to the default values, or something, but I couldn't find anything that said cform.label.
Is there any way to edit the labels line by line in cforms? If not, is there any way to fix this in CSS other than just making all the labels hidden so the only thing people see is the default values? I suppose I can bold and grey out the default values more for these fields, but I don't think it would look as good, or be quite as functional.
I'm sorry to ask these questions but I've spent three days searching the forums and banging my head against this, and I haven't quite figured it out. Any help?