모바일쇼핑몰: input type tel 을 text 로 복구, '-' 입력 안 되는 문제 있음

This commit is contained in:
whitedot
2013-12-06 15:41:11 +09:00
parent 107a409ca8
commit 499cd78199
3 changed files with 6 additions and 6 deletions

View File

@ -123,7 +123,7 @@ if($default['de_escrow_use']) {
</tr>
<tr>
<th scope="row"><label for="pp_hp">휴대폰</label></th>
<td><input type="tel" name="pp_hp" value="<?php echo $member['mb_hp']; ?>" id="pp_hp" class="frm_input"></td>
<td><input type="text" name="pp_hp" value="<?php echo $member['mb_hp']; ?>" id="pp_hp" class="frm_input"></td>
</tr>
</tbody>
</table>