function mytheme_form_alter(&$form, &$form_state, $form_id) { if ($form_id == 'user_login') { $form['name']['#attributes'] = array('placeholder' => $form['name']['#title']); $form['pass']['#attributes'] = array('placeholder' => $form['pass']['#title']); } }
wget on Windows
5 years ago