リビジョン 67acbfb5 app/View/top/contact.ctp

差分を見る:

app/View/top/contact.ctp
4 4
			<h2>
5 5
				<img src="/img/img_h1_contact01.png" alt="お問い合わせ - 送信内容入力">
6 6
			</h2>
7
			<p>PictCodeに関するお問い合わせやご相談、ご質問などがございましたら、下記のお問い合わせフォームより対応いたします。</p>
7
			<p>PictCodeに関するお問い合わせやご相談、ご質問などがございましたら、下記のお問い合わせフォームよりご連絡ください。</p>
8 8
		<hr>
9 9
			<?php echo $this->Form->create('ContactValidate',array(
10 10
										'div' => false,
......
36 36
											'label' => 'メールアドレス',
37 37
											'maxlength' => '255',
38 38
								 			'type' => 'email'));
39
								echo $this->Form->input('email',
39
								echo $this->Form->input('email_confirm',
40 40
									array('placeholder'=>'半角英数字',
41 41
											'label' => 'メールアドレス(確認用)',
42 42
											'maxlength' => '255',
43 43
								 			'type' => 'email'));
44
								echo $this->Form->input('postcode', array('label'=>'郵便番号',
44
								echo $this->Form->input('postcode', array('label'=>'郵便番号(ハイフンなし)',
45 45
											'onkeyup'=>'zipsearch()',
46
											'placeholder'=>'半角数字で入力して下さい',
46
											'placeholder'=>'半角数字',
47 47
											)); 
48 48
								echo $this->Form->input('prefecture', array('label'=>'ご住所',
49 49
											'placeholder'=>'例) ○○県 ○○市○○町 ○丁目 ○‐○',
......
53 53
											'placeholder'=>'例) ○○ビル○○号室',
54 54
											)); 
55 55
								echo $this->Form->input('tel',
56
									array('placeholder'=>'半角英数字',
56
									array('placeholder'=>'半角数字(00-0000-0000)',
57 57
											'label' => 'お電話番号',
58 58
											'maxlength' => '13',
59 59
								 			'type' => 'text'));

他の形式にエクスポート: Unified diff