<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Gravity Support Forums Topic: new filter &#34;gform_field_content&#34;</title>
		<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content</link>
		<description>Gravity Support Forums Topic: new filter &quot;gform_field_content&quot;</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 16:15:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/new-filter-gform_field_content" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-31069</link>
			<pubDate>Wed, 27 Jul 2011 12:49:41 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">31069@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@25th-floor I wasn't involved in this support thread so I wasn't aware you were working on an Add-On.  We would love to hear about it.  Email me directly at &#60;a href=&#34;mailto:carl@rocketgenius.com&#34;&#62;carl@rocketgenius.com&#60;/a&#62; and let me know the details, if you have a test version to look at, etc.  &#60;/p&#62;
&#60;p&#62;If there are any issues not resolved in this forum thread (I haven't read through it all) let me know in that email and I can see what I can do to get them worked out.  We definitely want to assist developers in creating add-ons.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>25th-floor on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-31068</link>
			<pubDate>Wed, 27 Jul 2011 12:40:46 +0000</pubDate>
			<dc:creator>25th-floor</dc:creator>
			<guid isPermaLink="false">31068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;/push ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>25th-floor on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-30475</link>
			<pubDate>Tue, 19 Jul 2011 20:19:52 +0000</pubDate>
			<dc:creator>25th-floor</dc:creator>
			<guid isPermaLink="false">30475@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;about a month has passed and we've quite finished our GravityForms Bulk-Fields Plugin (or GF MultiFields, not sure about the final name yet). Unfortunately the latest release of GF is still missing the proposed (and required) &#34;gform_field_content&#34; hook :-(&#60;/p&#62;
&#60;p&#62;Would you, the guys and girls of rocketgenius/GF be interested in reviewing the plugin and it's functionality? - it would be an honor and eventually you'll like our enhancements. If so, where can we put the current development version for you to review?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>25th-floor on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-27160</link>
			<pubDate>Tue, 07 Jun 2011 04:35:02 +0000</pubDate>
			<dc:creator>25th-floor</dc:creator>
			<guid isPermaLink="false">27160@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@sandman18&#38;gt; no, the form builder is working very well, no need to change that ... our plugin adds a custom field that allows infinite/dynamically repeating groups of fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>25th-floor on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-27159</link>
			<pubDate>Tue, 07 Jun 2011 04:32:19 +0000</pubDate>
			<dc:creator>25th-floor</dc:creator>
			<guid isPermaLink="false">27159@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds reasonable but It would be nice to have gform_field_content before GFCommon::get_field_input() - and therefore the gform_field_input hook. This way you can control where {FIELD} will be 'positioned' in the result.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-27148</link>
			<pubDate>Mon, 06 Jun 2011 18:35:54 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">27148@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am thinking of adding the hook a little further down in that function (around line 1519). That way, it would apply to all fields. This is what I am thinking:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$field_content = str_replace(&#38;quot;{FIELD}&#38;quot;, GFCommon::get_field_input($field, $value, 0, $form_id), $field_content);
$field_content = apply_filters(&#38;quot;gform_field_content&#38;quot;, $field_content, $field, $value, $form_id);
return $field_content;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If this works for you, we can include it in the next version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandman18 on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-27145</link>
			<pubDate>Mon, 06 Jun 2011 18:15:11 +0000</pubDate>
			<dc:creator>sandman18</dc:creator>
			<guid isPermaLink="false">27145@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@25th-floor&#60;br /&#62;
Are you building a plugin for gravity forms that would make it easier to design?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>25th-floor on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-27141</link>
			<pubDate>Mon, 06 Jun 2011 17:38:40 +0000</pubDate>
			<dc:creator>25th-floor</dc:creator>
			<guid isPermaLink="false">27141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure, we'd love a GravityForms-approved review ;-) ... I'll get back to you as soon as it's finished.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-27135</link>
			<pubDate>Mon, 06 Jun 2011 16:35:06 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">27135@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok. Let me take a closer look at your code above and get back with you. We usually have no problems adding new hooks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>25th-floor on "new filter &#34;gform_field_content&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-filter-gform_field_content#post-27125</link>
			<pubDate>Mon, 06 Jun 2011 15:29:14 +0000</pubDate>
			<dc:creator>25th-floor</dc:creator>
			<guid isPermaLink="false">27125@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks but I was aware of these hooks and we are already using them ;-) ... unfortunately these alone didn't suffice for the plugin we are currently developing. In some cases it is necessary to completely control the way the field is rendered in the form builder/editor page - gform_field_input handles only a part of this. For example: to mimic page break's look &#38;amp; feel or to break out of the usual look &#38;amp; feel.&#60;/p&#62;
&#60;p&#62;Because we'd like to release our GravityForms plugin to the public as soon as it's finished (~60% done) we would need this gform_field_content hook. This plugin will allow to create repeatable sections of a form - for example: person name, email, address, phone number for n people - the form will 'grow' dynamically.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
