--- contact_forms.module.ori	Wed Aug 29 06:56:10 2007
+++ contact_forms.module	Wed Aug 29 08:52:00 2007
@@ -35,6 +35,9 @@ function contact_forms_form_alter($form_
      module_disable( array('contact_list'));
   }
 
+  if ($form_id == 'contact_mail_page' && $path == 'contact' ) {
+    unset($form['cid']);
+  }
   if ($form_id == 'contact_mail_page' AND $path != 'contact' ) {
 
   $category = str_replace(  '_' , ' ' , arg(1));
