소스 검색

表單預設值

jeter20131220 4 년 전
부모
커밋
2265393a9d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      desktop11/index.html
  2. 1 1
      mobile/index.html

+ 1 - 1
desktop11/index.html

@@ -375,7 +375,7 @@
                                 <option class="option">男</option>
                                 <option class="option">女</option>
                             </select>
-                            <input type="checkbox" id="checkbox" required> <label for="agree">同意</label><a
+                            <input type="checkbox" id="checkbox" checked> <label for="agree">同意</label><a
                                 href="https://hhh.com.tw/about/privacy_policy/">免責聲明與隱私使用政策</a>
                         </div>
 

+ 1 - 1
mobile/index.html

@@ -425,7 +425,7 @@
                     <option class="option" value="type">男</option>
                     <option class="option" value="type">女</option>
                 </select>
-                <input type="checkbox" id="checkbox"> <label id="agree" for="agree">同意</label><a
+                <input type="checkbox" id="checkbox" checked> <label id="agree" for="agree">同意</label><a
                     href="https://hhh.com.tw/about/privacy_policy/">免責聲明與隱私使用政策</a>
                 <div class="form-btn">
                     <input class="btn" style="opacity: 1;" type="submit" value="送出">