I am trying to troubleshoot why I am unable to access any values with my javascript today. I thought when you set the class of a field in forms, it sets the class to the parent div, but the inspector shows no such thing.
This is what I have entered for the class name for a Single Line field.
In the inspector it shows the div has a class name of cf-field. This input itself has two class names, singleline and cf-medium
Edit: Ok I see it is in the parent's parent li. Is it always set to this?