맞춤제작 > 맞춤제작 요청 > 연락처 maxlength=11로 제한
This commit is contained in:
parent
6d974cae65
commit
ce3c41d453
@ -406,7 +406,7 @@ function customProvisionView(obj){
|
||||
<tr class="custom_put3">
|
||||
<th>연락처</th>
|
||||
<td>
|
||||
<input type="text" name="customPhoneNo" numberOnly placeholder="완료 메세지를 받을 전화번호를 기재 해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='완료 메세지를 받을 전화번호를 기재 해주세요.'">
|
||||
<input type="text" name="customPhoneNo" numberOnly maxlength="11" placeholder="완료 메세지를 받을 전화번호를 기재 해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='완료 메세지를 받을 전화번호를 기재 해주세요.'">
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="custom_put4">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user