<?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>SiteShrine Blog &#187; contact form</title>
	<atom:link href="http://siteshrine.net/tag/contact-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://siteshrine.net</link>
	<description></description>
	<lastBuildDate>Tue, 25 May 2010 19:36:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mailto html and Mail Form Code</title>
		<link>http://siteshrine.net/2010/01/21/mailto-html-and-mail-form-code/</link>
		<comments>http://siteshrine.net/2010/01/21/mailto-html-and-mail-form-code/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 14:04:42 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[contact link]]></category>
		<category><![CDATA[email form]]></category>
		<category><![CDATA[email link]]></category>
		<category><![CDATA[html contact]]></category>
		<category><![CDATA[mailto html]]></category>

		<guid isPermaLink="false">http://siteshrine.net/?p=225</guid>
		<description><![CDATA[If you need a means of contact for your site visitors you have 2 simple options 1. an email contact link or 2. an email contact form.
mailto: html code
 to create an email link the mailto: attribute of the &#60;a&#62; tag is used  &#60;a href=&#8220;mailto:someone@their-email.comtheir-email.com&#8220;&#62;email&#60;/a&#62; a subject can also be included using the ?subject [...]]]></description>
			<content:encoded><![CDATA[<h2>If you need a means of contact for your site visitors you have 2 simple options 1. an email contact link or 2. an email contact form.</h2>
<h1><strong>mailto: html code</strong></h1>
<p><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong> to create an email link the <span style="color: #800000;">mailto:</span> attribute of the <span style="color: #800000;"><strong>&lt;</strong>a<strong>&gt;</strong></span> tag is used <span style="color: #800000;"> <strong>&lt;</strong>a href=<strong>&#8220;</strong>mailto:someone@their-email.com</span></strong></span><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong><span style="color: #800000;">their-email</span></strong></span><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong><span style="color: #800000;">.com<strong>&#8220;</strong><strong>&gt;</strong><span style="color: #800000;"><a href="mailto:someone@their-email.com">email</a></span><strong>&lt;</strong>/a<strong>&gt;</strong></span> a subject can also be included using the <span style="color: #800000;">?subject</span> attribute <span style="color: #800000;"> <strong>&lt;</strong>a href=<strong>&#8220;</strong>mailto:someone@their-email.com?subject=free chocolate<strong>&#8220;</strong><strong>&gt;</strong><a href="mailto:someone@their-email.com?subject=Sample">email</a><strong>&lt;</strong>/a<strong>&gt;</strong></span>&lt;</strong></span> <strong> </strong></p>
<h1><span style="color: #000000;">simple mailto form</span></h1>
<p><strong><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong> Add this simple mailto form to your webpage and allow user&#8217;s to send their comments, just cut and paste the example html code below into your html document </strong></span></strong><strong><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong> </strong></span></strong></p>
<form action="mailto:someone@their-email.com" enctype="text/plain" method="POST"> <strong><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong><br />
<input name="username" size="12" type="text" /> : name</strong><strong><br />
<input name="email" size="12" type="text" /> : email comments <textarea id="newarea" cols="40" rows="10" name="COMMENTS"></textarea><br />
<input name="NEXT-URL" type="hidden" value="index.html" />
<input type="reset" value="Send" />
<input type="reset" value="Clear" /></strong> </span></strong></form>
<p><strong><span style="font-family: tahoma,arial; color: #000000; font-size: x-small;"><strong> cut and paste this mailto form code to your own webpage. Of course change the <span style="color: #800000;">email address</span> to your own as well as the <span style="color: #800000;">URL</span> in the hidden input </strong></span></strong></p>
<p><!-- ** DISPLAY HTML CODE ** --><span style="font-family: arial; color: #000000; font-size: x-small;"><strong> <strong>&lt;</strong>CENTER<strong>&gt;</strong> <strong>&lt;</strong>FORM METHOD=POST ACTION=&#8221;mailto:<span style="color: #800000;">someone@</span></strong></span><span style="color: #800000;"><strong>their-email</strong></span><span style="font-family: arial; color: #000000; font-size: x-small;"><strong><span style="color: #800000;">.com</span>&#8221; ENCTYPE=&#8221;text/plain&#8221;<strong>&gt;</strong> <strong>&lt;</strong>INPUT TYPE=&#8221;text&#8221; NAME=&#8221;username&#8221;<strong>&gt;</strong> : name <strong>&lt;</strong>BR<strong>&gt;</strong> <strong>&lt;</strong>INPUT TYPE=&#8221;text&#8221; NAME=&#8221;email&#8221;<strong>&gt;</strong> : email <strong>&lt;</strong>BR<strong>&gt;</strong> comments            <strong>&lt;</strong>BR<strong>&gt;</strong> <strong>&lt;</strong>TEXTAREA NAME=&#8221;COMMENTS&#8221; ROWS=&#8221;10&#8243; WRAP=&#8221;hard&#8221;<strong>&gt;</strong> <strong>&lt;</strong>/TEXTAREA<strong>&gt;</strong> <strong>&lt;</strong>INPUT NAME=&#8221;redirect&#8221; TYPE=&#8221;hidden&#8221; VALUE=&#8221;<span style="color: #800000;">index.html</span>&#8220;<strong>&gt;</strong> <strong>&lt;</strong>INPUT NAME=&#8221;NEXT_URL&#8221; TYPE=&#8221;hidden&#8221; VALUE=&#8221;<span style="color: #800000;">index.html</span>&#8220;<strong>&gt;</strong> <strong>&lt;</strong>BR<strong>&gt;</strong> <strong>&lt;</strong>INPUT TYPE=&#8221;submit&#8221; VALUE=&#8221;Send&#8221;<strong>&gt;</strong> <strong>&lt;</strong>INPUT TYPE=&#8221;reset&#8221; VALUE=&#8221;Clear&#8221;<strong>&gt;</strong> <strong>&lt;</strong>/FORM<strong>&gt;</strong> <strong>&lt;</strong>/CENTER<strong>&gt;</strong> <strong>&lt;</strong>!&#8211; END OF FORM &#8211;<strong>&gt;</strong></strong></span></p>
<img src="http://siteshrine.net/?ak_action=api_record_view&id=225&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://siteshrine.net/2010/01/21/mailto-html-and-mail-form-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
