<?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>St. Lawrence University Blogs &#187; email form</title>
	<atom:link href="http://blogs.stlawu.edu/blog/tag/email-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.stlawu.edu</link>
	<description>Powered by WordPress MU</description>
	<lastBuildDate>Thu, 09 Apr 2009 12:22:27 +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>Contact Form Plugin</title>
		<link>http://blogs.stlawu.edu/blog/2008/09/29/contact-form-plugin/</link>
		<comments>http://blogs.stlawu.edu/blog/2008/09/29/contact-form-plugin/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 20:10:27 +0000</pubDate>
		<dc:creator>SLU Sysadmin</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[email form]]></category>

		<guid isPermaLink="false">http://blogs.stlawu.edu/?p=64</guid>
		<description><![CDATA[We just installed a plug-in which give you the ability to create multiple contact forms and at first impression, it works pretty well.  I will warn you, it is a little tricky at first.  Follow these steps:

Log in and select &#8220;Plugins&#8221;
Click activate next to &#8220;Contact Form 7&#8243;
Click the &#8220;Manage&#8221; tab to create a contact form
Click [...]]]></description>
			<content:encoded><![CDATA[<p>We just installed a plug-in which give you the ability to create multiple contact forms and at first impression, it works pretty well.  I will warn you, it is a little tricky at first.  Follow these steps:</p>
<ol>
<li>Log in and select &#8220;Plugins&#8221;</li>
<li>Click activate next to &#8220;Contact Form 7&#8243;</li>
<li>Click the &#8220;Manage&#8221; tab to create a contact form</li>
<li>Click &#8220;Contact Form 7&#8243; and then &#8220;Add new&#8221; to create a form</li>
<li>This contact form builder produces code which you can copy and then paste into a &#8220;page&#8221; or a &#8220;post&#8221;</li>
<li>Use the &#8220;Generate Tag&#8221; button to add more elements such as drop down menus and CAPTCHA spam catchers.  We strongly urge you to use CAPTCHA to prevent spam.</li>
<li>Hit Save</li>
<li>Copy the code below &#8220;Copy and paste this code into your post content.&#8221; into a page or post. We recommend pages as they are more permanent and show up on the front page of your blog.</li>
</ol>
<p>For example, see <a href="http://blogs.stlawu.edu/contact-us/" target="_blank">our contact form</a> The code behind this form is:</p>
<pre>&lt;p&gt;Your Name (required)&lt;br /&gt;
[text* your-name] &lt;/p&gt;

&lt;p&gt;Your Email (required)&lt;br /&gt;
[email* your-email] &lt;/p&gt;

&lt;p&gt;Subject&lt;br /&gt;
[text your-subject] &lt;/p&gt;

&lt;p&gt;Your Message&lt;br /&gt;
[textarea your-message] &lt;/p&gt;

&lt;p&gt;Type the following characters:&lt;/p&gt;
&lt;p&gt;[captchac captcha-796]&lt;/p&gt;
&lt;p&gt;[captchar captcha-796]&lt;/p&gt;

&lt;p&gt;[submit "Send"]&lt;/p&gt;</pre>
<p>Since this is my first form, all I had to do copy into a new page was:</p>
<pre>[contact-form 404 "Not Found"]</pre>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.stlawu.edu/blog/2008/09/29/contact-form-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
