diff --git a/citcon.module b/citcon.module
index 4d0969f..387cf0a 100644
--- a/citcon.module
+++ b/citcon.module
@@ -172,6 +172,10 @@ function citcon_form_node_form_alter(&$form, &$form_state) {
       $form['language']['#default_value'] = $language->language;
     }
   }
+  
+  if ($form['type']['#value'] != "citcon_campaign")
+    return;
+
 
   // Check for citcon node forms... if not, get outta here
   if (!citcon_is_campaign_type($form['#node']->type) || !isset($form['#citcon_node_edit_group'])) {
