Description field
-
Thank you for this usefull plugin.
in admin/gravity_rating.php I changed line 16 as follow, in order to be able to write a description and a specific class. It works well. Thanks a lot !!
function get_form_editor_field_settings() {
return array(
‘label_setting’,
‘label_placement_setting’,
‘css_class_setting’,
‘description_setting’,
‘max_star’,
‘step_star’,
‘star_icon’
);
}
- The topic ‘Description field’ is closed to new replies.