이호영 이호영 2024-07-08
맞춤제작 > 맞춤제작 요청 > 연락처 maxlength=11로 제한
@ce3c41d453ae0ef0ae17ce87addc7802c3951fca
src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomPopupAjax.jsp
--- src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomPopupAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomPopupAjax.jsp
@@ -406,7 +406,7 @@
 							<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">
Add a comment
List