5 lines
94 B
PHP
5 lines
94 B
PHP
<?
|
|
|
|
echo $form->radio('Enquiry.contact_id', $contacts, array('legend'=>'Choose Contact'));
|
|
|
|
?>
|