Saya mencoba menambahkan atribut placeholder ke semua bidang teks di situs web saya, tetapi saya tidak beruntung. Saya telah membuat modul yang menimpa hook_form_alter function mymodule_form_alter(&$form, &$form_state, $form_id) { foreach ($form as $key => $value) { if ("textfield"...