Submitted by Oneng on Sun, 06/02/2013 - 6:29pm

Thanks you)) very useful
But i have question. how to add placeholder to any field in comment-form
I tried this:

function ahb_form_alter(&$form, &$form_state, $form_id){
if($form_id == "comment-form"){
if (isset($form['name'])) {
$form['name']['#attributes']['placeholder'] = t('enter your name');
}
}
}

The content of this field is kept private and will not be shown publicly.

Plain text

  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.