--- src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomPopupAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomPopupAjax.jsp
... | ... | @@ -406,7 +406,7 @@ |
| 406 | 406 |
<tr class="custom_put3"> |
| 407 | 407 |
<th>연락처</th> |
| 408 | 408 |
<td> |
| 409 |
- <input type="text" name="customPhoneNo" numberOnly placeholder="완료 메세지를 받을 전화번호를 기재 해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='완료 메세지를 받을 전화번호를 기재 해주세요.'"> |
|
| 409 |
+ <input type="text" name="customPhoneNo" numberOnly maxlength="11" placeholder="완료 메세지를 받을 전화번호를 기재 해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='완료 메세지를 받을 전화번호를 기재 해주세요.'"> |
|
| 410 | 410 |
</td> |
| 411 | 411 |
</tr> |
| 412 | 412 |
<tr class="custom_put4"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?