희망배송일 required 추가

This commit is contained in:
chicpro
2013-09-02 18:06:43 +09:00
parent e830813942
commit c60f8704fa
2 changed files with 2 additions and 2 deletions

View File

@ -417,7 +417,7 @@ ob_end_clean();
}
?>
</select> -->
<input type="text" name="od_hope_date" value="" id="od_hope_date" class="frm_input" size="11" maxlength="10" readonly="readonly"> 이후로 배송 바랍니다.
<input type="text" name="od_hope_date" value="" id="od_hope_date" required class="frm_input required" size="11" maxlength="10" readonly="readonly"> 이후로 배송 바랍니다.
</td>
</tr>
<?php } ?>

View File

@ -651,7 +651,7 @@ function get_intall_file()
}
?>
</select> -->
<input type="text" name="od_hope_date" value="" id="od_hope_date" class="frm_input" size="11" maxlength="10" readonly="readonly"> 이후로 배송 바랍니다.
<input type="text" name="od_hope_date" value="" id="od_hope_date" required class="frm_input required" size="11" maxlength="10" readonly="readonly"> 이후로 배송 바랍니다.
</td>
</tr>
<?php } ?>