diff --git a/includes/eventbrite_api.forms.inc b/includes/eventbrite_api.forms.inc
index 94ec02e..3954960 100755
--- a/includes/eventbrite_api.forms.inc
+++ b/includes/eventbrite_api.forms.inc
@@ -954,7 +954,7 @@ function venue_add_form($form, &$form_state, $venue) {
   $form['country_code'] = array(
     '#type' => 'select',
     '#title' => t('Country code'),
-    '#default_value' => !empty($venue->postal_code) ? $venue->postal_code : variable_get('eventbrite_api_country_code', 'US'),
+    '#default_value' => !empty($venue->country_code) ? $venue->country_code : variable_get('eventbrite_api_country_code', 'US'),
     '#options' => eventbrite_api_countries(),
   );
 
