Hide comment form input label though form alter
$form['actions']['submit']['#value'] = 'Comment';
$form['field_comment_poll']['widget']['0']['value']['#title_display']='none';
Hide comment form input label though form alter
$form['actions']['submit']['#value'] = 'Comment';
$form['field_comment_poll']['widget']['0']['value']['#title_display']='none';
Comments
Post a Comment