diff --git a/README.md b/README.md
index 569e6d26d924d4269d59bc58c0d5d0ed59cef526..9c07b9c8133705ee8940381191c512b12853820b 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,5 @@ We will try to respond to your request and forward it to the responsible develop
 
 Licence
 -------
+
+GPL-3.0+
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);
     }
 
     /**