Posted by sammi
2013-11-15

tom, i know i've been asking too many questions. hope you don't mind ^^

I have put the calendar copied from the lead follow form to form2db, however, some how, i cannot bring the "value" of the date field to the search detail page

I copy exactly all required jscripts, the calendar is working , but the stored value of the "followup_date" field cannot be brought into the search details page.

Can you help?

this is what I put:

<td class='column_caption'>
<?php if ( $b_reg || $b_edit ) { ?><span class="required"></span><?php } ?>
<?php echo RSTR_FOLLOWUP_DATE; ?> :
</td>
<td class='column_value'><?php echo $hm->Zb('rs:def:followup_date',
null, array('id'=>'followup_date')); ?>
</td>