The id's were hard at first but the nomenclature is pretty straight forward. The class name in a form is the id number of the form then the id number of the form field. So if you see field_7_10 as a class the 7 is the form id (which is visible in the form list) and the 10 is the field id (which is visible in the 'edit form section' for each field
You can also specify you own css class to make life a bit easier. Just go to the advanced section of the field and enter your own custom css class name.
You can also use firebug to spot the default class names. Once the form field is generated the class name is stuck (unless you changed it yourself) and is not generated new each time.
Posted 12 years ago on Tuesday March 27, 2012 |
Permalink