<?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: Snippet: Symfony Forms &#8211; Allowing Extra Fields</title>
	<atom:link href="http://erisds.co.uk/symfony/snippet-symfony-forms-allowing-extra-fields/feed" rel="self" type="application/rss+xml" />
	<link>http://erisds.co.uk/symfony/snippet-symfony-forms-allowing-extra-fields</link>
	<description>Web development, Symfony, Wordpress and general geekery</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:55:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: limon</title>
		<link>http://erisds.co.uk/symfony/snippet-symfony-forms-allowing-extra-fields/comment-page-1#comment-316</link>
		<dc:creator>limon</dc:creator>
		<pubDate>Tue, 11 Aug 2009 16:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://erisds.co.uk/?p=40#comment-316</guid>
		<description>You should add

&lt;code&gt;$this-&gt;validatorSchema-&gt;setOption(&#039;filter_extra_fields&#039;, false);&lt;/code&gt;

or the extra field input will be ignored.  See &quot;symfony Forms in Action&quot;.</description>
		<content:encoded><![CDATA[<p>You should add</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$this-&gt;validatorSchema-&gt;setOption('filter_extra_fields', false);</div></td></tr></tbody></table></div>
<p>or the extra field input will be ignored.  See &#8220;symfony Forms in Action&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
