Hello Bernhard, > >To prevent this from not working upper/lower bounds I added intval() calls to all four uses of $value and upper/lower. > > > >$value=$tcaFieldConf['range']['lower']; > Maybe it would be better to do a change of the string into integer $value=intval($tcaFieldConf['range']['lower']); also here. +1 Franz