■電話番号フィールドの出力
<?php echo $exform->tel('tel', array(
	'style'=>'width:60px',
	'separator'=>'-',
)); ?>
--