<?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: Filter the gform_heading div?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/filter-the-gform_heading-div</link>
		<description>Gravity Support Forums Topic: Filter the gform_heading div?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:17:48 +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/filter-the-gform_heading-div" rel="self" type="application/rss+xml" />

		<item>
			<title>stoutdesign on "Filter the gform_heading div?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/filter-the-gform_heading-div#post-49954</link>
			<pubDate>Mon, 20 Feb 2012 10:11:55 +0000</pubDate>
			<dc:creator>stoutdesign</dc:creator>
			<guid isPermaLink="false">49954@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured how to make this work for us. I'm using the &#34;gform_pre_render&#34; filter and appending our custom content to &#60;code&#62;$form[&#38;quot;description&#38;quot;]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If anyone else is interested, here's a quick sample of the complete code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_pre_render&#38;quot;, &#38;quot;add_custom_content&#38;quot;);

function add_custom_content($form){
	$form[&#38;quot;description&#38;quot;] .= &#38;#39;&#38;lt;img src=&#38;quot;custom-image.png&#38;quot; alt=&#38;quot;An image that will be inserted in the description of all forms.&#38;quot; /&#38;gt;&#38;#39;;
  return $form;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>stoutdesign on "Filter the gform_heading div?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/filter-the-gform_heading-div#post-49886</link>
			<pubDate>Sun, 19 Feb 2012 11:56:53 +0000</pubDate>
			<dc:creator>stoutdesign</dc:creator>
			<guid isPermaLink="false">49886@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to filter the output of the gform_heading div? I would like to add some content that should be output with all my forms but don't see a hook or filter that allows this.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
