<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Real Magento Contact Page</title>
	<atom:link href="http://kenduret.com/websites/magento%20/a-real-magento-contact-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/</link>
	<description>Custom web sites for your business or personal online presence.</description>
	<lastBuildDate>Fri, 11 Nov 2011 02:42:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ken</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-25029</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 11 Nov 2011 02:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-25029</guid>
		<description>Yes you can. Just copy the file into your theme&#039;s layout folder. You can use any of the default Magento files as a template for your customization. Just make sure you copy them into the corresponding directory in your theme. It is perfectly OK to create the directory in your theme if it does not already exist.</description>
		<content:encoded><![CDATA[<p>Yes you can. Just copy the file into your theme&#8217;s layout folder. You can use any of the default Magento files as a template for your customization. Just make sure you copy them into the corresponding directory in your theme. It is perfectly OK to create the directory in your theme if it does not already exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-25028</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Fri, 11 Nov 2011 02:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-25028</guid>
		<description>I use 1.6.0 and I did not have a contacts.xml file located in app/design/frontend/default/YourTheme/layout/contacts.xml; I do have it in: app/design/frontend/base/default/layout, can I copy this one instead of?</description>
		<content:encoded><![CDATA[<p>I use 1.6.0 and I did not have a contacts.xml file located in app/design/frontend/default/YourTheme/layout/contacts.xml; I do have it in: app/design/frontend/base/default/layout, can I copy this one instead of?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robsteele</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-25004</link>
		<dc:creator>robsteele</dc:creator>
		<pubDate>Fri, 09 Sep 2011 09:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-25004</guid>
		<description>Hi
Question is how can you make a completely separate form other than the contact form.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Question is how can you make a completely separate form other than the contact form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beatrice</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-25000</link>
		<dc:creator>beatrice</dc:creator>
		<pubDate>Wed, 03 Aug 2011 20:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-25000</guid>
		<description>Sigh! Simply flush of the cache and it&#039;s working. Silly!!!  I copied the contacts.xml to my theme folder and I am in business. Thank you!!!!</description>
		<content:encoded><![CDATA[<p>Sigh! Simply flush of the cache and it&#8217;s working. Silly!!!  I copied the contacts.xml to my theme folder and I am in business. Thank you!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beatrice</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-24999</link>
		<dc:creator>beatrice</dc:creator>
		<pubDate>Wed, 03 Aug 2011 20:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-24999</guid>
		<description>I didnt have the contacts.xml in my theme location. I tried to alter the one in blank/default and it still didnt work (I have the static block made as described). I dont see the text I want below the form.</description>
		<content:encoded><![CDATA[<p>I didnt have the contacts.xml in my theme location. I tried to alter the one in blank/default and it still didnt work (I have the static block made as described). I dont see the text I want below the form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-24997</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 18 Jul 2011 04:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-24997</guid>
		<description>And conversely, the following will put a fully functioning contacts form that sends on submit on any CMS page in 1.4.x.x by making sure the form_action is set.

{{block type=&quot;core/template&quot; name=&quot;contactForm&quot; template=&quot;contacts/form.phtml&quot; form_action=&quot;/contacts/index/post&quot;}}</description>
		<content:encoded><![CDATA[<p>And conversely, the following will put a fully functioning contacts form that sends on submit on any CMS page in 1.4.x.x by making sure the form_action is set.</p>
<p>{{block type=&#8221;core/template&#8221; name=&#8221;contactForm&#8221; template=&#8221;contacts/form.phtml&#8221; form_action=&#8221;/contacts/index/post&#8221;}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-24302</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Tue, 19 Apr 2011 04:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-24302</guid>
		<description>Hello, how do we go about doing this if we want the static block to appear to the right side of the contact form comments?</description>
		<content:encoded><![CDATA[<p>Hello, how do we go about doing this if we want the static block to appear to the right side of the contact form comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Good Boat</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-23939</link>
		<dc:creator>Good Boat</dc:creator>
		<pubDate>Thu, 10 Mar 2011 16:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-23939</guid>
		<description>Thanks for the tip, it worked a treat. I now have all my contact details on one page, much better than before!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, it worked a treat. I now have all my contact details on one page, much better than before!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-23881</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 20 May 2010 20:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-23881</guid>
		<description>I&#039;m just starting a site with Magento ver 1.4.0.1 so I will update things here soon!</description>
		<content:encoded><![CDATA[<p>I&#8217;m just starting a site with Magento ver 1.4.0.1 so I will update things here soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Tripp</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-23880</link>
		<dc:creator>James Tripp</dc:creator>
		<pubDate>Thu, 20 May 2010 19:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-23880</guid>
		<description>Thanks, this is a great way to do it.

I cannot get that adding a contact form to a page to work in Magento Magento ver. 1.4.0.1, so I resorted to this example.


{{block type=”core/template” name=”contactForm” template=”contacts/form.phtml”}}</description>
		<content:encoded><![CDATA[<p>Thanks, this is a great way to do it.</p>
<p>I cannot get that adding a contact form to a page to work in Magento Magento ver. 1.4.0.1, so I resorted to this example.</p>
<p>{{block type=”core/template” name=”contactForm” template=”contacts/form.phtml”}}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

