/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
/**
* Implementation of hook_form_alter
**/
function MODULE_NAME_form_alter(&$form, $form_state, $form_id) {
if ($form_id = 'comment_form') {
}
}
URL: http://drupal.org/node/57842#comment-1784284
Comments
 Subscribe to comments
                    Subscribe to comments
                
                