/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function mymodule_form_alter(&$form, $form_state, $form_id) { if ($form_id == 'story_node_form') { drupal_set_message(t('Editing a story node!')); } }