公佈互動表單的資料

  1. 找到表單的位置,在該位置下應該會有一個同名的「xxxx (回應)」


  1. 對回應的檔案按「右鍵/共用」

  2. 開放權限


  1. 打開 xxx回應的檔案,「檔案/發佈到網站」

  1. 選擇「內嵌」及工作表,複製「內嵌碼」 用空白容器包裝,並放入index.html中
<!-- 回覆表單 -->
  <section id="forms" class="padded-section">
    <div class="container">
      <div class="row">
        <div class="col-md-12">
          <div class="center-heading" style="text-align: center; margin-bottom: 40px;">
            <h2>回覆表單</h2>
            <hr>
          </div>
        </div>
      </div><!--center heading row-->

      <div class="row">
        <div class="col-sm-12 col-md-12">
            <!-- 請放入嵌入碼-->
            <!-- 嵌入碼end-->
        </div>
      </div>
    </div>
  </section><!--回覆表單 end-->
<iframe src="https://docs.google.com/spreadsheets/d/1g_GLf0YTjb6wpTK0Lt6dkRMrbSw7Ps83EgKXW3rZu7A/pubhtml?gid=1127224059&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
  1. 增加一個行內樣式表
    style="width:100%;height:500px;"