diff --git a/Configuration/TCA/tx_sgjobs_domain_model_company.php b/Configuration/TCA/tx_sgjobs_domain_model_company.php
index e808ef80031e928c58e64fe8713f02489d0fb050..5946e0721ee99c0835cd67f255923e125a2be992 100644
--- a/Configuration/TCA/tx_sgjobs_domain_model_company.php
+++ b/Configuration/TCA/tx_sgjobs_domain_model_company.php
@@ -176,6 +176,7 @@ return [
 				'renderType' => 'selectSingle',
 				'internal_type' => 'db',
 				'foreign_table' => 'tx_sgjobs_domain_model_contact',
+				'foreign_table_where' => 'tx_sgjobs_domain_model_contact.hidden = FALSE',
 				'size' => 1,
 				'maxitems' => 1,
 				'multiple' => 0,