リビジョン 001918d1 app/View/top/contact.ctp
app/View/top/contact.ctp | ||
---|---|---|
25 | 25 |
'label' => 'お名前', |
26 | 26 |
'placeholder'=>'お名前' |
27 | 27 |
)); |
28 |
echo $this->Form->input('age', |
|
29 |
array( 'placeholder'=>'半角数字', |
|
30 |
'label' => '年齢', |
|
31 |
'maxlength' => '2', |
|
32 |
'type' => 'text' |
|
33 |
)); |
|
34 | 28 |
echo $this->Form->input('email', |
35 | 29 |
array('placeholder'=>'半角英数字', |
36 | 30 |
'label' => 'メールアドレス', |
他の形式にエクスポート: Unified diff