index2.html 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>幸福空間 - 問卷調查</title>
  7. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
  8. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
  9. crossorigin="anonymous">
  10. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  11. <link rel="stylesheet" href="./style.css">
  12. <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
  13. </head>
  14. <body>
  15. <div class="container">
  16. <div class="text-center">
  17. <img class="img-fluid" src="images/banner_top.jpg" alt="幸福空間 - 裝修市場問卷調查">
  18. </div>
  19. <form action="/step_questions/submit" method="post" id="msform">
  20. <div class="notice_card">
  21. 您好,我們是幸福空間,想要進行裝修市場調查。只要填寫完畢就送您 City Cafe 或 Cama 咖啡乙杯及裝修折價卷五萬元!
  22. 贈送方式將以LINE寄送數位條碼,可直接至全省 City Cafe 或 Cama 門市兌換,為確保兌換權益,請務必填寫真實資訊,感謝您的配合。
  23. </div>
  24. <ul id="progressbar" class="p-0">
  25. <li class="active">基本資料</li>
  26. <li>建案資料</li>
  27. <li>裝修資料</li>
  28. </ul>
  29. <!-- fieldsets -->
  30. <fieldset>
  31. <h2 class="fs-title">基本資料</h2>
  32. <h3 class="fs-subtitle">步驟 1</h3>
  33. <select name="q1">
  34. <option value="Male">男</option>
  35. <option value="Female">女</option>
  36. </select>
  37. <input type="text" name='q2' value="" placeholder="手機號碼" /> <br/>
  38. <input type="email" name='q3' value="" placeholder="Email" />
  39. <input id="checker" type="button" name="next" class="next action-button" value="下一步" />
  40. </fieldset>
  41. <fieldset>
  42. <h2 class="fs-title">建案資料</h2>
  43. <h3 class="fs-subtitle">步驟 2</h3>
  44. <label class="fs-label"><i class="fas fa-chevron-right"></i>請問您所在哪個建案?</label>
  45. <input type="text" name='q4' value="" placeholder="建案名" class="mb" />
  46. <label class="fs-label"><i class="fas fa-chevron-right"></i>建案類型</label>
  47. <div class="fs-label">
  48. <input type="radio" class="check_button" value="預售屋" name="q5" id="pre-sold" />
  49. <label for="pre-sold" class="fs-label-type">預售屋</label>
  50. <input type="radio" class="check_button ml" value="新成屋" name="q5" id="new" />
  51. <label for="new" class="fs-label-type">新成屋</label>
  52. </div>
  53. <input type="button" name="previous" class="previous action-button" value="上一步" />
  54. <input type="button" name="next" class="next action-button next-2" value="下一步" />
  55. </fieldset>
  56. <fieldset>
  57. <h2 class="fs-title">裝修資料</h2>
  58. <h3 class="fs-subtitle">步驟 3</h3>
  59. <div class="fs-label">
  60. <label class="fs-label"><i class="fas fa-chevron-right"></i>喜歡的裝修風格?</label>
  61. <input type="checkbox" value="簡單大方" name="q6" id="6a" />
  62. <label class="mr fs-label-info" for="6a">簡單大方</label>
  63. <input type="checkbox" value="北歐風" name="q6" id="6b" />
  64. <label class="mr fs-label-info" for="6b">北歐風</label>
  65. <input type="checkbox" value="日式風格" name="q6" id="6c" />
  66. <label class="mr fs-label-info" for="6c">日式風格</label>
  67. <input type="checkbox" value="美式鄉村風" name="q6" id="6d"/>
  68. <label class="mr fs-label-info" for="6d">美式鄉村風</label>
  69. <input type="checkbox" value="" id='q6_checkbox' onclick="show_input_text('q6_checkbox', 'q6_input')" />
  70. <label class="mr fs-label-info" for="q6_checkbox">其他</label>
  71. <input type="text" id="q6_input" name="q6" style="display:none" value="" placeholder="其他風格" />
  72. </div>
  73. <br/>
  74. <div class="fs-label">
  75. <label class="fs-label"><i class="fas fa-chevron-right"></i>預計裝修預算(不含活動型傢俱/廚具/空調/窗簾/主燈)?</label>
  76. <input type="checkbox" value="50萬以下" name="q7" id="7a" />
  77. <label class="mr fs-label-info" for="7a">50萬以下</label>
  78. <input type="checkbox" value="50~100萬" name="q7" id="7b" />
  79. <label class="mr fs-label-info" for="7b">50~100萬</label>
  80. <input type="checkbox" value="100~200萬" name="q7" id="7c" />
  81. <label class="mr fs-label-info" for="7c">100~200萬</label>
  82. <input type="checkbox" value="200~300萬" name="q7" id="7d" />
  83. <label class="mr fs-label-info" for="7d">200~300萬</label>
  84. <input type="checkbox" value="300~500萬" name="q7" id="7e" />
  85. <label class="mr fs-label-info" for="7f">300~500萬</label>
  86. <input type="checkbox" value="500~800萬" name="q7" id="7f"/>
  87. <label class="mr fs-label-info" for="7f">500~800萬</label>
  88. <input type="checkbox" value="800萬以上" name="q7" id="7g" />
  89. <label class="mr fs-label-info" for="7g">800萬以上</label>
  90. <input type="checkbox" value="" id='q7_checkbox' onclick="show_input_text('q7_checkbox', 'q7_input')"/>
  91. <label class="mr fs-label-info" for="q7_checkbox">其他</label>
  92. <input type="text" id="q7_input" name="q7" style="display:none" value="" placeholder="自訂預算" />
  93. <br/>
  94. </div>
  95. <div class="fs-label">
  96. <label class="fs-label"><i class="fas fa-chevron-right"></i>喜歡的裝修風格?</label>
  97. <input type="checkbox" value="20坪以下" name="q8" id="8a" />
  98. <label class="mr fs-label-info" for="8a">20坪以下</label>
  99. <input type="checkbox" value="20~30坪" name="q8" id="8b" />
  100. <label class="mr fs-label-info" for="8b">20~30坪</label>
  101. <input type="checkbox" value="30~40坪" name="q8" id="8c" />
  102. <label class="mr fs-label-info" for="8c">30~40坪</label>
  103. <input type="checkbox" value="40~50坪" name="q8" id="8d" />
  104. <label class="mr fs-label-info" for="8d">40~50坪</label>
  105. <input type="checkbox" value="50坪以上" name="q8" id="8e" />
  106. <label class="mr fs-label-info" for="8e">50坪以上</label>
  107. </div>
  108. <br/>
  109. <div class="term-link">
  110. <a href="index_terms.html" target="_blank">蒐集個人資料告知事項暨個人資料提供同意書<i class="fas fa-external-link-alt"></i></a>
  111. </div>
  112. <input id="checker2" type="checkbox" class="custom-control-input" value="" name="q9" checked>
  113. <label for="checker2" style="margin-bottom: .5rem;">我同意</label>
  114. <br>
  115. <p id="term-error"></p>
  116. <input type="button" name="previous" class="previous action-button" value="上一步" />
  117. <input type="submit" name="submit" class="submit action-button" value="提交" />
  118. </fieldset>
  119. </form>
  120. <div class="text-center">
  121. <img class="img-fluid mb-3" src="images/banner-bottom.jpg" alt="幸福空間 - 裝修市場問卷調查">
  122. </div>
  123. <!-- <footer>
  124. <div class="footer">
  125. <div class="text-center">
  126. <img class="img-fluid" src="images/banner-bottom.jpg" alt="幸福空間 - 裝修市場問卷調查">
  127. </div>
  128. </div>
  129. </footer> -->
  130. </div>
  131. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
  132. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js'></script>
  133. <script src="./script.js"></script>
  134. </body>
  135. </html>