In drupal how to add name textfield to simple news block
问题 In drupal how to add name field to simple news block.If we install simple news module we can get a email field,radio buttons Subscribe Unsubscribe and save button .how can i add Name and text box 回答1: You can add a Name field using hook_form_alter(). You will also need to add a submit handler so you can store the name in the database. Something like this... function mymodule_form_alter(&$form, &$form_state, $form_id) { switch($form_id) { case 'simplenews_block_form_5':// <-- change 5 to the