diff --git a/bel_contact/bel_contact.pages.inc b/bel_contact/bel_contact.pages.inc
index d22cf5c..399daf4 100644
--- a/bel_contact/bel_contact.pages.inc
+++ b/bel_contact/bel_contact.pages.inc
@@ -648,7 +648,7 @@ function bel_contact_step_1_coursflorent($form, &$form_state, $user_id = NULL) {
 		'#element_validate' => array('bel_contact_date_validate'),
 	);
 	
-	$form['birthplace'] = array(
+	/*$form['birthplace'] = array(
 		'#type' => 'textfield',
 		'#title' => t('Birthplace'),
 		'#default_value' => isset($users_data->birthplace) ? $users_data->birthplace : '',
@@ -656,7 +656,7 @@ function bel_contact_step_1_coursflorent($form, &$form_state, $user_id = NULL) {
 		'#maxlength' => 225,
 		'#disabled' => is_null($users_data->birthplace) ? FALSE : TRUE,
 		'#required' => is_null($users_data->birthplace) ? TRUE : FALSE,
-	);
+	);*/
 	
 	$form['address_line_1'] = array(
 		'#type' => 'textfield',
