<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I make an online form with email address inputs?</title>
	<link>http://ask.metafilter.com/6378/How-do-I-make-an-online-form-with-email-address-inputs/</link>
	<description>Comments on Ask MetaFilter post How do I make an online form with email address inputs?</description>
	<pubDate>Wed, 07 Apr 2004 19:55:18 -0800</pubDate>
	<lastBuildDate>Wed, 07 Apr 2004 19:55:18 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I make an online form with email address inputs?</title>
		<link>http://ask.metafilter.com/6378/How-do-I-make-an-online-form-with-email-address-inputs</link>	
		<description>I need javascript or html code for my website so that users can enter their email address in a box, hit send to send it to my inbox. It&apos;s so that they can receive notification of updates. I have searched high and low, but no luck.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.6378</guid>
		<pubDate>Wed, 07 Apr 2004 19:24:11 -0800</pubDate>
		<dc:creator>Quartermass</dc:creator>
		
			<category>javascript</category>
		
			<category>html</category>
		
			<category>website</category>
		
			<category>form</category>
		
			<category>email</category>
		
	</item> <item>
		<title>By: majick</title>
		<link>http://ask.metafilter.com/6378/How-do-I-make-an-online-form-with-email-address-inputs#130724</link>	
		<description>You&apos;ve looked high and low and had no luck because this is a &lt;b&gt;hard&lt;/b&gt; problem.  HTML (other than a mailto: link) won&apos;t cut it, and you&apos;re asking JavaScript (or some Java applet) -- running on the reader&apos;s browser -- to do the work of an SMTP server.  Almost universally, this kind of thing is left to the web server or app server to do -- it&apos;s a couple of lines of PHP or mod_perl -- because frankly there isn&apos;t a whole lot you can do in the browser.&lt;br&gt;
&lt;br&gt;
Since it sounds like you cannot or are not willing to run code on the web server, maybe there&apos;s a solution at &lt;a href=&quot;http://www.hostedscripts.com/&quot;&gt;Hosted Scripts&lt;/a&gt; that suits you instead?  They seem to offer this:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;Mailing List: Have your visitors sign up for your mailing list so that you can send them email updates.  &lt;/i&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6378-130724</guid>
		<pubDate>Wed, 07 Apr 2004 19:55:18 -0800</pubDate>
		<dc:creator>majick</dc:creator>
	</item><item>
		<title>By: fletchmuy</title>
		<link>http://ask.metafilter.com/6378/How-do-I-make-an-online-form-with-email-address-inputs#130726</link>	
		<description>There&apos;s always &lt;a href=&quot;http://www.notifylist.com/&quot;&gt;Notify List&lt;/a&gt;.  You can put the form on your page and have it submit to them.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6378-130726</guid>
		<pubDate>Wed, 07 Apr 2004 19:58:23 -0800</pubDate>
		<dc:creator>fletchmuy</dc:creator>
	</item><item>
		<title>By: bcwinters</title>
		<link>http://ask.metafilter.com/6378/How-do-I-make-an-online-form-with-email-address-inputs#130743</link>	
		<description>Most web serving packages come with something like &lt;a href=&quot;http://www.scriptarchive.com/formmail.html&quot;&gt;formmail&lt;/a&gt; built in, even if you have a cheapo hosting account that doesn&apos;t give you access to running your own scripts/programs. Can you check your host&apos;s documentation for something like formmail.pl or cgiemail? If they have them installed, it should just be a simple matter of a few lines of form code on your web page.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6378-130743</guid>
		<pubDate>Wed, 07 Apr 2004 20:42:22 -0800</pubDate>
		<dc:creator>bcwinters</dc:creator>
	</item><item>
		<title>By: dobbs</title>
		<link>http://ask.metafilter.com/6378/How-do-I-make-an-online-form-with-email-address-inputs#130752</link>	
		<description>I&apos;m with bcwinters. If your web host doesn&apos;t have formmail or an equiv you need a new host.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6378-130752</guid>
		<pubDate>Wed, 07 Apr 2004 21:05:29 -0800</pubDate>
		<dc:creator>dobbs</dc:creator>
	</item><item>
		<title>By: mfbridges</title>
		<link>http://ask.metafilter.com/6378/How-do-I-make-an-online-form-with-email-address-inputs#130874</link>	
		<description>I haven&apos;t actually done this since the days of Netscape 3, but it used to be that if you make the action of a form a mailto: link, when the user submits the form their client will send an email with the query string in the body of the email.  So if you have a form with two elements called &quot;name&quot; and &quot;email,&quot;  an email will be sent the looks something like this:&lt;br&gt;
&lt;br&gt;
name=john+doe&amp;amp;email=jdoe@yahoo.com&lt;br&gt;
&lt;br&gt;
I don&apos;t know if this works anymore with modern browsers, but its worth a try.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6378-130874</guid>
		<pubDate>Thu, 08 Apr 2004 07:44:28 -0800</pubDate>
		<dc:creator>mfbridges</dc:creator>
	</item>
	</channel>
</rss>
