diff --git a/src/QUI/Interview/Controls/IntervieweeData.php b/src/QUI/Interview/Controls/IntervieweeData.php
index 63a940a5ef16e1d20d3df80a3129d5d8e90a4bdc..2516905345167041ad6c9c1cb2b7dc541e02b0bc 100644
--- a/src/QUI/Interview/Controls/IntervieweeData.php
+++ b/src/QUI/Interview/Controls/IntervieweeData.php
@@ -34,6 +34,8 @@ public function __construct($attributes = [])
         $this->addCSSFile(dirname(__FILE__).'/IntervieweeData.css');
 
         parent::__construct($attributes);
+
+        $this->setAttribute('cacheable', 0);
     }
 
     /**