@@ -517,7 +517,7 @@ $("#btn_delivery_addr_save").on("click", function(){
return false;
}
- var recipPhnno = fnPhnnoSet($("#deliveryModifyForm input[name=recipPhnno]").val());
+ var recipPhnno = fnPhnnoSet($("#orderGiftForm input[name=recipPhnno]").val());
// 변수값 설정
var jsonObj = {
@@ -60,7 +60,7 @@
<div class="form_field">
<div class="tab_cont active">
<div class="input_wrap">
- <input type="number" name="recipNm" class="form_control" value="" maxlength="10" placeholder="받는 분" style="ime-mode:active">
+ <input type="text" name="recipNm" class="form_control" value="" maxlength="10" placeholder="받는 분" style="ime-mode:active">
</div>