<?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>The Irish Penguin &#187; cforms</title>
	<atom:link href="http://www.theirishpenguin.com/tag/cforms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theirishpenguin.com</link>
	<description>Watching Open Source unfold across Ireland</description>
	<lastBuildDate>Sun, 25 Jul 2010 17:53:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Contact Form Emailing working with CForms in Wordpress</title>
		<link>http://www.theirishpenguin.com/2009/11/20/getting-contact-form-emailing-working-with-cforms-in-wordpress/</link>
		<comments>http://www.theirishpenguin.com/2009/11/20/getting-contact-form-emailing-working-with-cforms-in-wordpress/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 23:59:57 +0000</pubDate>
		<dc:creator>theirishpenguin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cforms]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[emailing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=368</guid>
		<description><![CDATA[&#8220;Oh thou horrid little hard-coded piece of Javascript.&#8221; That&#8217;s our take on the jumping through hoops required to get this little plugin emailing this week. Here&#8217;s why&#8230;
On uploading the wordpress site from a development machine (which had the cforms plugin installed locally) to a server online, we could not get a contact form created with [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Oh thou horrid little hard-coded piece of Javascript.&#8221; That&#8217;s our take on the jumping through hoops required to get this little plugin emailing this week. Here&#8217;s why&#8230;</p>
<p>On uploading the wordpress site from a development machine (which had the cforms plugin installed locally) to a server online, we could not get a contact form created with CForms to send out an email. Instead, it would say &#8220;One moment please&#8221; but alas that moment would never end. We tried TLS settings and permission changes but nothing worked. Fortunately there was a solution which we came across at the plugin&#8217;s somewhat squashed <a href="http://www.deliciousdays.com/cforms-forum/troubleshooting/cforms-hangs-after-submit-one-moment-please/">forum</a>.</p>
<p>When we had developed the site locally, the plugin had hardcoded a variable &#8217;sajax_uri&#8217; into the /wp-content/plugins/cforms/js/cforms.js. This is what was causing the pesky problemo and a quick edit of that file to point the variable at a correct URL for our server fixed the issue.</p>
<p>Hmm&#8230; I&#8217;m sure there&#8217;s a good reason is not a variable in a config somewhere. There&#8217;s a few hours of my evening I&#8217;ll never get back&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theirishpenguin.com/2009/11/20/getting-contact-form-emailing-working-with-cforms-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
