Index: lib/class.tx_dam_simpleforms.php =================================================================== --- lib/class.tx_dam_simpleforms.php (revision 30994) +++ lib/class.tx_dam_simpleforms.php (working copy) @@ -554,8 +554,11 @@ $mainKey = $table.':'.$row['uid']; if (!isset($this->cachedTSconfig[$mainKey])) { -# this tries to read the record again, which fails when using pseudo records -# $this->cachedTSconfig[$mainKey] = t3lib_BEfunc::getTCEFORM_TSconfig($table,$row); + $tsConfig = t3lib_BEfunc::getPagesTSconfig(1); + $tsConfig = $tsConfig['TCEFORM.']['tx_dam.']; + if ($field) { + return $tsConfig[$field . '.']; + } } if ($field) { return $this->cachedTSconfig[$mainKey][$field];