Posted by sammi
2013-11-15

sorry, my mistake..
the value is brought to search detail page, but the "ID" is not passed to locate the "followup_date" calendar.

<td class='column_value'> <?php echo $hm->Zb('rs:def:followup_date', ZB_ATTR, array("id"=>"followup_date") ); ?>
Posted by Tom
2013-11-16

Hi, Use "ZB_SA" instead of "ZB_ATTR"
That should do the trick.