Formヘルパの拡張サンプル(3項目の電話番号入力フィールド)
■電話番号フィールドの出力
<?php echo
$exform->tel
('tel', array( 'style'=>'width:60px', 'separator'=>'-', )); ?>
-
-