<?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>Thu, 20 May 2010 20:41:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Barracuda</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-23879</link>
		<dc:creator>Barracuda</dc:creator>
		<pubDate>Tue, 11 May 2010 16:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-23879</guid>
		<description>Ken,

Thanks for the simple &#039;how to&#039; for this contact us block. Very helpful.

Barracuda</description>
		<content:encoded><![CDATA[<p>Ken,</p>
<p>Thanks for the simple &#8216;how to&#8217; for this contact us block. Very helpful.</p>
<p>Barracuda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-23876</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 29 Mar 2010 17:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-23876</guid>
		<description>Look for the contactForm block and put the code before it.  You can also place the code after the contactForm block to have your info appear after the form.  It should look something like this:

&lt;pre&gt;&lt; reference name=&quot;content&quot; &gt;
	&lt; block type=&quot;cms/block&quot; name=&quot;contact-info&quot; &gt;
                &lt; action method=&quot;setBlockId&quot; &gt;&lt; block_id&gt;contact-info&lt;/block_id &gt; &lt;/action &gt;
        &lt; /block &gt; 
&lt; /reference &gt;

&lt; reference name=&quot;content&quot; &gt;
        &lt; block type=&quot;core/template&quot; name=&quot;contactForm&quot; template=&quot;contacts/form.phtml&quot;/ &gt;
&lt; /reference &gt;&lt;/pre&gt;

You will need to remove the spaces from this snippet before and after the &lt; &gt; symbols.</description>
		<content:encoded><![CDATA[<p>Look for the contactForm block and put the code before it.  You can also place the code after the contactForm block to have your info appear after the form.  It should look something like this:</p>
<pre>< reference name="content" >
	< block type="cms/block" name="contact-info" >
                < action method="setBlockId" >< block_id>contact-info
        < /block >
< /reference >

< reference name="content" >
        < block type="core/template" name="contactForm" template="contacts/form.phtml"/ >
< /reference ></pre>
<p>You will need to remove the spaces from this snippet before and after the <> symbols.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Commerce</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-23875</link>
		<dc:creator>Web Commerce</dc:creator>
		<pubDate>Mon, 29 Mar 2010 12:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-23875</guid>
		<description>Thanks for this tip but where do you put that code in the contact.xml file?</description>
		<content:encoded><![CDATA[<p>Thanks for this tip but where do you put that code in the contact.xml file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mpantoja</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-23344</link>
		<dc:creator>mpantoja</dc:creator>
		<pubDate>Tue, 20 Oct 2009 23:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-23344</guid>
		<description>This was a great example and it worked as advertised. Thank you. This actually clarified a process that the Magento site did a poor job of explaining.</description>
		<content:encoded><![CDATA[<p>This was a great example and it worked as advertised. Thank you. This actually clarified a process that the Magento site did a poor job of explaining.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-23263</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sun, 23 Aug 2009 18:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-23263</guid>
		<description>Hunter-  This code is to place a static block of custom text and/or images on your contact page.  It is not meant to place the contact form on a cms page.

To add a contact form on a cms page try inserting this code:
{{block type=”core/template” name=”contactForm” template=”contacts/form.phtml”}}</description>
		<content:encoded><![CDATA[<p>Hunter-  This code is to place a static block of custom text and/or images on your contact page.  It is not meant to place the contact form on a cms page.</p>
<p>To add a contact form on a cms page try inserting this code:<br />
{{block type=”core/template” name=”contactForm” template=”contacts/form.phtml”}}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hunter</title>
		<link>http://kenduret.com/websites/magento/a-real-magento-contact-page/comment-page-1/#comment-23258</link>
		<dc:creator>Hunter</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://kenduret.com/websites/?p=191#comment-23258</guid>
		<description>I&#039;ve tried creating the static block reference in the contacts.xml file and then creating the static block. When I reference the static blog in a CMS page it just gives me the html that preceeds the contact form and no contact form. It&#039;s seems simple enough, but I&#039;m not sure why the form is being included.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried creating the static block reference in the contacts.xml file and then creating the static block. When I reference the static blog in a CMS page it just gives me the html that preceeds the contact form and no contact form. It&#8217;s seems simple enough, but I&#8217;m not sure why the form is being included.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
