Is it possible to add unique style classes to pre-generated form elements and labels? For example, I've generated an update form. It has 4 textareas on it. I'd like (through class names) to set the height of these text areas on an individual basis. I can set the height: property on "textarea" in the linked css file, but can't see a way to tell each textarea form element to have its own class.
Also, it would be helpful to do the same thing for the labels. The generated form has all the labels set with a class of "shade", but some of the fields will be for public information, and some for non-public information. It would be helpful to designate classes in the interface so that I can control the visibility of the generated form.
Thank you,
Tony