<?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>Forms Archives</title>
	<atom:link href="https://openjavascript.info/tag/forms/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/tag/forms/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Tue, 29 Aug 2023 13:42:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://openjavascript.info/wp-content/uploads/2023/12/cropped-android-chrome-192x192-1-32x32.png</url>
	<title>Forms Archives</title>
	<link>https://openjavascript.info/tag/forms/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Receive form data in Node.js (with and without files)</title>
		<link>https://openjavascript.info/2023/03/13/receive-form-data-in-node-js-with-and-without-files/</link>
					<comments>https://openjavascript.info/2023/03/13/receive-form-data-in-node-js-with-and-without-files/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 13 Mar 2023 14:11:09 +0000</pubDate>
				<category><![CDATA[Node.js]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[Forms]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6791</guid>

					<description><![CDATA[<p>Receive form data that is url-encoded or of type 'multipart/form-data'</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/03/13/receive-form-data-in-node-js-with-and-without-files/">Receive form data in Node.js (with and without files)</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/03/13/receive-form-data-in-node-js-with-and-without-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get Size of a FormData Object Payload</title>
		<link>https://openjavascript.info/2023/02/12/get-size-of-a-formdata-object-payload/</link>
					<comments>https://openjavascript.info/2023/02/12/get-size-of-a-formdata-object-payload/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sun, 12 Feb 2023 19:30:37 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[formData]]></category>
		<category><![CDATA[Forms]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6681</guid>

					<description><![CDATA[<p>To do so, you need to make your calculations conditional upon data type.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/02/12/get-size-of-a-formdata-object-payload/">Get Size of a FormData Object Payload</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/02/12/get-size-of-a-formdata-object-payload/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Validate File Size Before Upload with JavaScript</title>
		<link>https://openjavascript.info/2023/02/05/validate-file-size-before-upload-with-javascript/</link>
					<comments>https://openjavascript.info/2023/02/05/validate-file-size-before-upload-with-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sun, 05 Feb 2023 19:33:58 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Form Validation]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[POST]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6658</guid>

					<description><![CDATA[<p>Minimize server requests by validating file size before uploading.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/02/05/validate-file-size-before-upload-with-javascript/">Validate File Size Before Upload with JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/02/05/validate-file-size-before-upload-with-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Input Form Field Suggestions with HTML and JavaScript</title>
		<link>https://openjavascript.info/2023/01/03/input-form-field-suggestions-with-html-and-javascript/</link>
					<comments>https://openjavascript.info/2023/01/03/input-form-field-suggestions-with-html-and-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 03 Jan 2023 08:44:01 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Form Validation]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6507</guid>

					<description><![CDATA[<p>Input suggestions can be coded with HTML only and options populated with JavaScript.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/01/03/input-form-field-suggestions-with-html-and-javascript/">Input Form Field Suggestions with HTML and JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/01/03/input-form-field-suggestions-with-html-and-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get checked checkbox values only from HTML form with JavaScript</title>
		<link>https://openjavascript.info/2022/12/13/get-checked-checkbox-values-from-html-form-with-javascript/</link>
					<comments>https://openjavascript.info/2022/12/13/get-checked-checkbox-values-from-html-form-with-javascript/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 13 Dec 2022 09:36:15 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[Array.from()]]></category>
		<category><![CDATA[formData]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Object.fromEntries()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6298</guid>

					<description><![CDATA[<p>You'll want to push checkbox values into an array only if they are checked.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/12/13/get-checked-checkbox-values-from-html-form-with-javascript/">Get checked checkbox values only from HTML form with JavaScript</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/12/13/get-checked-checkbox-values-from-html-form-with-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Save user form input data in a JavaScript object</title>
		<link>https://openjavascript.info/2022/10/03/save-user-form-input-data-in-a-javascript-object/</link>
					<comments>https://openjavascript.info/2022/10/03/save-user-form-input-data-in-a-javascript-object/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 03 Oct 2022 13:24:26 +0000</pubDate>
				<category><![CDATA[FAQs]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[JavaScript Objects]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=5966</guid>

					<description><![CDATA[<p>This task is possible in two lines using the FormData constructor and Object.fromEntries()</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/10/03/save-user-form-input-data-in-a-javascript-object/">Save user form input data in a JavaScript object</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/10/03/save-user-form-input-data-in-a-javascript-object/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>POST form data (also including a file) using Axios</title>
		<link>https://openjavascript.info/2022/08/03/post-form-data-using-axios/</link>
					<comments>https://openjavascript.info/2022/08/03/post-form-data-using-axios/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Wed, 03 Aug 2022 07:51:30 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[Asynchronous programming]]></category>
		<category><![CDATA[Axios]]></category>
		<category><![CDATA[formData]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[POST]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=5300</guid>

					<description><![CDATA[<p>Make a POST request containing form data as the payload using Axios.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/08/03/post-form-data-using-axios/">POST form data (also including a file) using Axios</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/08/03/post-form-data-using-axios/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>POST form data using JavaScript&#8217;s Fetch API</title>
		<link>https://openjavascript.info/2022/04/26/post-form-data-using-javascripts-fetch-api/</link>
					<comments>https://openjavascript.info/2022/04/26/post-form-data-using-javascripts-fetch-api/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 26 Apr 2022 07:56:05 +0000</pubDate>
				<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[POST]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4069</guid>

					<description><![CDATA[<p>Fully control form data submission using JavaScript's Fetch API.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/04/26/post-form-data-using-javascripts-fetch-api/">POST form data using JavaScript&#8217;s Fetch API</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/04/26/post-form-data-using-javascripts-fetch-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
