Comment form polls Drupal

 Hide comment form input label though form alter

     $form['actions']['submit']['#value'] = 'Comment';
     $form['field_comment_poll']['widget']['0']['value']['#title_display']='none';

Comments