<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>表單 標籤 - Let&#039;s Write</title>
	<atom:link href="https://www.letswrite.tw/tag/%E8%A1%A8%E5%96%AE/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.letswrite.tw/tag/表單/</link>
	<description>前端工程師 August 的學習筆記 -- solving problems, in simple ways.</description>
	<lastBuildDate>Fri, 19 Dec 2025 12:33:51 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://res.cloudinary.com/let-s-write/images/w_32,h_32,c_fill,g_auto/f_auto,q_auto/v1746103360/cropped-logo_2025/cropped-logo_2025.png?_i=AA</url>
	<title>表單 標籤 - Let&#039;s Write</title>
	<link>https://www.letswrite.tw/tag/表單/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186153126</site>	<item>
		<title>Google Sheets API，在 Google Apps Script 上的好用部份</title>
		<link>https://www.letswrite.tw/google-sheets-api/</link>
					<comments>https://www.letswrite.tw/google-sheets-api/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Tue, 29 Nov 2022 13:42:54 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Sheets]]></category>
		<category><![CDATA[參數]]></category>
		<category><![CDATA[表單]]></category>
		<category><![CDATA[試算表]]></category>
		<category><![CDATA[資料]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=3289</guid>

					<description><![CDATA[<p>探索 Google Sheets API 在 Google Apps Script 上的實用操作和技巧。本文詳細解釋了試算表和工作表的操作、好用函式和原始碼分享，是想要深入了解 Google Sheets API 應用的理想指南。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/google-sheets-api/">Google Sheets API，在 Google Apps Script 上的好用部份</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/google-sheets-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3289</post-id>	</item>
		<item>
		<title>表單驗證：中文姓名、身分證、手機條碼、生日、信箱、手機、選擇縣市</title>
		<link>https://www.letswrite.tw/form-validation/</link>
					<comments>https://www.letswrite.tw/form-validation/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Thu, 23 Jun 2022 08:43:30 +0000</pubDate>
				<category><![CDATA[Front-End]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[表單]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=3130</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題。中文姓名。身分證字號、手機條碼。生日 / 出生年月日。E-mail 電子信箱。手機。選擇縣市。範例及原始碼。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/form-validation/">表單驗證：中文姓名、身分證、手機條碼、生日、信箱、手機、選擇縣市</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/form-validation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3130</post-id>	</item>
		<item>
		<title>用 Google Sheets 取得電子報中點擊回覆結果</title>
		<link>https://www.letswrite.tw/google-sheets-edm-reply/</link>
					<comments>https://www.letswrite.tw/google-sheets-edm-reply/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sun, 27 Feb 2022 04:05:26 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Sheets]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[參數]]></category>
		<category><![CDATA[表單]]></category>
		<category><![CDATA[資料]]></category>
		<category><![CDATA[電子報]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=3028</guid>

					<description><![CDATA[<p>學習如何使用 Google Sheets 紀錄表單資料。本文指南包括製作表單頁面、操作 Google Sheets 和 GAS 功能、處理 POST 資料、清空試算表和部署 Apps Script。附帶實用 Demo 和完整程式碼。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/google-sheets-edm-reply/">用 Google Sheets 取得電子報中點擊回覆結果</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/google-sheets-edm-reply/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3028</post-id>	</item>
		<item>
		<title>完全客製 Google 表單，美化表單樣式</title>
		<link>https://www.letswrite.tw/custom-google-form/</link>
					<comments>https://www.letswrite.tw/custom-google-form/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Thu, 01 Aug 2019 09:11:43 +0000</pubDate>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[表單]]></category>
		<category><![CDATA[資料]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=147</guid>

					<description><![CDATA[<p>學習如何自訂 Google 表單的外觀，包括背景、按鈕、文字等元素。透過簡單的步驟，讓你的 Google 表單更加吸引人且專業。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/custom-google-form/">完全客製 Google 表單，美化表單樣式</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/custom-google-form/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">147</post-id>	</item>
	</channel>
</rss>
