연락처 입력 기본값 설정

This commit is contained in:
DESKTOP-KSVGT20\shkim
2026-05-13 23:19:28 +09:00
parent 2ec0ab6697
commit c626f392a8
+1 -1
View File
@@ -20,7 +20,7 @@
<div class="guest-fields" aria-label="업로드하시는 분 정보"> <div class="guest-fields" aria-label="업로드하시는 분 정보">
<label> <label>
<span>연락처</span> <span>연락처</span>
<input type="tel" name="guestPhone" autocomplete="tel" inputmode="tel" placeholder="010-xxxx-xxxx"> <input type="tel" name="guestPhone" autocomplete="tel" inputmode="tel" value="010-">
</label> </label>
</div> </div>