<?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: Filtering Admin Only Fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/filtering-admin-only-fields</link>
		<description>Gravity Support Forums Topic: Filtering Admin Only Fields</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:40:11 +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/filtering-admin-only-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Filtering Admin Only Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/filtering-admin-only-fields#post-375998</link>
			<pubDate>Fri, 12 Jul 2013 09:58:19 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">375998@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Handling via new support channel.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristarella on "Filtering Admin Only Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/filtering-admin-only-fields#post-359478</link>
			<pubDate>Wed, 03 Jul 2013 07:44:54 +0000</pubDate>
			<dc:creator>kristarella</dc:creator>
			<guid isPermaLink="false">359478@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I hate bumping threads, but I really need some help on this one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kristarella on "Filtering Admin Only Fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/filtering-admin-only-fields#post-303400</link>
			<pubDate>Wed, 05 Jun 2013 06:33:57 +0000</pubDate>
			<dc:creator>kristarella</dc:creator>
			<guid isPermaLink="false">303400@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to filter the values of fields that are admin only and it's just not happening.&#60;br /&#62;
I've tried gform_replace_merge_tags, gform_pre_submission and maybe a couple of others... I've lost track.&#60;/p&#62;
&#60;p&#62;One example is&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_replace_merge_tags&#38;#39;, &#38;#39;bmdo_merge_tags&#38;#39;, 10, 7);
function bmdo_merge_tags($text, $form, $entry, $url_encode, $esc_html, $nl2br, $format) {

    $state = &#38;#39;{site_state}&#38;#39;;
    $link = &#38;#39;{post_link}&#38;#39;;

    if($state == $text)
        return $entry[&#38;quot;9.4&#38;quot;];
    elseif ($link == $text)
    	return &#38;#39;http://www.bushcaresmajordayout.org/?p=&#38;#39;.$entry[&#38;quot;post_id&#38;quot;];
    else
	    return $text;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;None of them work, so I can only assume that it's because the two fields I'm trying to populate/modify are admin only.&#60;/p&#62;
&#60;p&#62;The form is &#60;a href=&#34;http://www.bushcaresmajordayout.org/register&#34; rel=&#34;nofollow&#34;&#62;http://www.bushcaresmajordayout.org/register&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Help greatly appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
