A: 

Do you implement hook_theme to describe test_field?

like

function test_theme() {
      return array(
         'test_field' => array(
            'arguments'  => array('element' => NULL),
         ),
      );
}
Igor Rodinov

related questions