Posted by Sergey
2017-10-13

))) i do it earlier in "common.php". When i do pregmatch with any of textarea.. nothing happend, but with text field ... do
Posted by Tom
2017-10-14

Put this line on the top of web/staff/common.inc.php
<?php function getTextAreaValue( $key, $val ){ return $val->inside; } ?>

Use this to display the value in the template.
<?php echo $hm->Zb('rs:def:first_name',ZB_CBF,'getTextAreaValue');?>