By sumeet.pareek on
I have created a couple of custom cck widgets that I have added to a node type.
I have copied content-field.tpl.php from /themes to my themes directory.
I have also added a custom content-field-field_.tpl.php file.
Have rebuild the theme directory.
However on the node/add form fields rendered by my widget (and other cck widgets too) are not getting themed via the content-field.tpl.php file but via the theme_form_element($element, $value) function present in forms.inc in drupal core.
What am I doing wrong?