<?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: ReCaptcha with Zend Form</title>
	<atom:link href="http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/</link>
	<description>Experiments from the land of open source</description>
	<lastBuildDate>Mon, 23 Jan 2012 19:39:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: mustafa</title>
		<link>http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-409</link>
		<dc:creator>mustafa</dc:creator>
		<pubDate>Mon, 18 Apr 2011 12:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-409</guid>
		<description>thanks good tutorial ;)</description>
		<content:encoded><![CDATA[<p>thanks good tutorial <img src='http://lucasforge.bmeme.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dawid</title>
		<link>http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-408</link>
		<dc:creator>Dawid</dc:creator>
		<pubDate>Thu, 31 Mar 2011 19:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-408</guid>
		<description>Zend Framework Version: 1.11.4

Great code piece. I&#039;ve just added to element creation code in form class (didn&#039;t change anything in the validation code in controller class) and it works perfectly. 

Thanks</description>
		<content:encoded><![CDATA[<p>Zend Framework Version: 1.11.4</p>
<p>Great code piece. I&#8217;ve just added to element creation code in form class (didn&#8217;t change anything in the validation code in controller class) and it works perfectly. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-394</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Fri, 25 Feb 2011 00:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-394</guid>
		<description>Thank you for this tutorial.. Nice to know that it is possible to tweak so many options!</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial.. Nice to know that it is possible to tweak so many options!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TMR</title>
		<link>http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-392</link>
		<dc:creator>TMR</dc:creator>
		<pubDate>Wed, 16 Feb 2011 20:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-392</guid>
		<description>Been working on figuring out how to insert ReCaptcha in Zend forms for a couple of hours now, and I&#039;ve been finding that there isn&#039;t much to go in the ZF documentation.

Thank you very much for sharing this!</description>
		<content:encoded><![CDATA[<p>Been working on figuring out how to insert ReCaptcha in Zend forms for a couple of hours now, and I&#8217;ve been finding that there isn&#8217;t much to go in the ZF documentation.</p>
<p>Thank you very much for sharing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Griffiths</title>
		<link>http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-233</link>
		<dc:creator>Simon Griffiths</dc:creator>
		<pubDate>Thu, 08 Apr 2010 19:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-233</guid>
		<description>With 1.10.3 you not longer need the controller code as the recaptcha request would be submitted twice.  Now when you build the form the recaptcha fields are valided against the captcha adapter.

All you need to do in the controller is call $form-&gt;isValid() to check the form is valid captcha and all other fields included.</description>
		<content:encoded><![CDATA[<p>With 1.10.3 you not longer need the controller code as the recaptcha request would be submitted twice.  Now when you build the form the recaptcha fields are valided against the captcha adapter.</p>
<p>All you need to do in the controller is call $form-&gt;isValid() to check the form is valid captcha and all other fields included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Corbo</title>
		<link>http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-164</link>
		<dc:creator>Luca Corbo</dc:creator>
		<pubDate>Thu, 11 Jun 2009 07:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-164</guid>
		<description>You may add your fields in the application/forms/ReCaptcha.php file. For documentation and examples you may take a look at the &lt;a href=&quot;http://framework.zend.com/manual/en/zend.form.quickstart.html&quot; rel=&quot;nofollow&quot;&gt;Zend_Form Quick Start&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>You may add your fields in the application/forms/ReCaptcha.php file. For documentation and examples you may take a look at the <a href="http://framework.zend.com/manual/en/zend.form.quickstart.html" rel="nofollow">Zend_Form Quick Start</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry</title>
		<link>http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-163</link>
		<dc:creator>Garry</dc:creator>
		<pubDate>Thu, 11 Jun 2009 05:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-163</guid>
		<description>I want to know how to add fields in re-captcha form.. can you suggest me any good one</description>
		<content:encoded><![CDATA[<p>I want to know how to add fields in re-captcha form.. can you suggest me any good one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jorge</title>
		<link>http://lucasforge.bmeme.com/2009/04/recaptcha-with-zend-form/comment-page-1/#comment-158</link>
		<dc:creator>jorge</dc:creator>
		<pubDate>Mon, 25 May 2009 07:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://lucasforge.2bopen.org/?p=38#comment-158</guid>
		<description>Thanks youuuuuuuuuuuuuu very much. 

I was looking for the translations options!</description>
		<content:encoded><![CDATA[<p>Thanks youuuuuuuuuuuuuu very much. </p>
<p>I was looking for the translations options!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

