<?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: Change Field Label Name (Specifically the Address Block)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block</link>
		<description>Gravity Support Forums Topic: Change Field Label Name (Specifically the Address Block)</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:11:26 +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/change-field-label-name-specifically-the-address-block" rel="self" type="application/rss+xml" />

		<item>
			<title>shelzmike on "Change Field Label Name (Specifically the Address Block)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block#post-34265</link>
			<pubDate>Fri, 02 Sep 2011 16:20:06 +0000</pubDate>
			<dc:creator>shelzmike</dc:creator>
			<guid isPermaLink="false">34265@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm, that is strange. Well, for now I will just deal with it (i can comment out the whole thing when working, then just put it back) as it does not cause any other weird issues. Thanks!&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change Field Label Name (Specifically the Address Block)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block#post-34197</link>
			<pubDate>Fri, 02 Sep 2011 03:36:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34197@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The end of that file is sort of weird.  The function &#60;strong&#62;mytheme_wp_head&#60;/strong&#62; is not actually doing anything as the two actions are outside of the function.    Unfortunately I cannot tell how it should be.  Right now,  the function mytheme_wp_head is being called, but it doesn't do anything.  I can't tell if that will cause the headers already sent error.  My guess is that it's just sending a warning about something.&#60;/p&#62;
&#60;p&#62;If you comment out 406,407,408 and 409 (the function I provided) the error will still occur.  The error is coming on line 405 which is the opening &#38;lt;?php tag before the function.  Something is either nested improperly or opened and closed improperly.  Something weird is going on before this function.  Any custom function you put on line 406+ would cause you to have a similar problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelzmike on "Change Field Label Name (Specifically the Address Block)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block#post-34178</link>
			<pubDate>Thu, 01 Sep 2011 17:24:03 +0000</pubDate>
			<dc:creator>shelzmike</dc:creator>
			<guid isPermaLink="false">34178@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is an update. Your code actually does accomplish the task at hand. Additionally, the forms all work fine. However, it is causing refresh issues in the other parts of the WP admin area in the form of the lovely:&#60;/p&#62;
&#60;p&#62;'Warning: Cannot modify header information - headers already sent by (output started at /home/mmiller_itadmin/webapps.acsdish.com/wp-content/themes/acscorporate/functions.php:405) in /home/mmiller_itadmin/webapps.acsdish.com/wp-includes/pluggable.php on line 934&#60;/p&#62;
&#60;p&#62;Whenever I update a post or a page, I get this. Now, WP actually does update and post whatever I am trying to do, so this is just an annoyance really. I have verified that it is caused by this code as when I remove it, the site works fine. I have double-checked that there is no whitespace after the closing php tag.&#60;/p&#62;
&#60;p&#62;Here is a copy of my entire functions.php for review. Thanks.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/2467736&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2467736&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change Field Label Name (Specifically the Address Block)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block#post-31900</link>
			<pubDate>Fri, 05 Aug 2011 23:34:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31900@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My mistake. I forgot a quote in the &#34;add_filter&#34; line around gform_address_street (there was no opening single quote). I edited my original posts.&#60;/p&#62;
&#60;p&#62;I added the code to the end of your functions.php and re-pasted it: &#60;a href=&#34;http://pastie.org/2328426&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2328426&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Worked without syntax errors for me.  Sorry about the syntax error in my code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelzmike on "Change Field Label Name (Specifically the Address Block)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block#post-31856</link>
			<pubDate>Fri, 05 Aug 2011 14:51:55 +0000</pubDate>
			<dc:creator>shelzmike</dc:creator>
			<guid isPermaLink="false">31856@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, what you have mentioned, I just tried and I am still getting a 500, so here is the whole thing at pastie. Thanks!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/2326579&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2326579&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change Field Label Name (Specifically the Address Block)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block#post-31783</link>
			<pubDate>Thu, 04 Aug 2011 18:00:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The curly braces should not be related.  It just needs to not be nested in any other function in the file, and needs to be enclosed in php tags.&#60;/p&#62;
&#60;p&#62;If the file ends with a ?&#38;gt; then you can put it right before that, with no need for opening or closing php brackets.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you post your complete functions.php at pastie.org I can show you exactly where to put it to avoid a 500 Internal Server Error (white screen) from a syntax error.&#60;/p&#62;
&#60;p&#62;If that's the end of your functions.php, you can just start a new line and incorporate the code I gave you enclosed with &#38;lt;? php tags:&#60;/p&#62;
&#60;p&#62;&#60;em&#62;[EDITED quotes around filter name 8/5/11]&#60;/em&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;#39;gform_address_street&#38;#39;, &#38;#39;change_address_street&#38;#39;, 10, 2);
function change_address_street($label, $form_id){
	return &#38;#39;Street&#38;#39;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Be sure you do not have any blank lines at the end of functions.php when you are done.  The ?&#38;gt; should be the last line.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelzmike on "Change Field Label Name (Specifically the Address Block)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block#post-31777</link>
			<pubDate>Thu, 04 Aug 2011 17:37:46 +0000</pubDate>
			<dc:creator>shelzmike</dc:creator>
			<guid isPermaLink="false">31777@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great! That is exactly what I need; however, apparently I am more rusty with php than I had thought and I cannot figure out how (where) to incorporate this in the functions.php file. It seems the curly braces are throwing me off. I see in the example link you sent how to use that filter, however that example does not include the secondary portion in the braces. Thanks!&#60;/p&#62;
&#60;p&#62;Was trying to put it just after this at the end:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
}
function mytheme_wp_head() { ?&#38;gt;
&#38;lt;?php }
add_action(&#38;#39;wp_head&#38;#39;, &#38;#39;mytheme_wp_head&#38;#39;);
add_action(&#38;#39;admin_menu&#38;#39;, &#38;#39;mytheme_add_admin&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change Field Label Name (Specifically the Address Block)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block#post-31774</link>
			<pubDate>Thu, 04 Aug 2011 17:28:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31774@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can filter this text by adding some code to your functions.php:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_address_street&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_address_street&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;em&#62;[EDITED quotes around filter name 8/5/11]&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;For your request it would look like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_address_street&#38;#39;, &#38;#39;change_address_street&#38;#39;, 10, 2);
function change_address_street($label, $form_id){
	return &#38;#39;Street&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'd have to do the same thing for address line 2 if you're using that line:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_address_street2&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_address_street2&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelzmike on "Change Field Label Name (Specifically the Address Block)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-field-label-name-specifically-the-address-block#post-31772</link>
			<pubDate>Thu, 04 Aug 2011 17:16:37 +0000</pubDate>
			<dc:creator>shelzmike</dc:creator>
			<guid isPermaLink="false">31772@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have searched the forums and found only information related to the placement of the field labels, which is not what I am looking for.&#60;/p&#62;
&#60;p&#62; I am using the address block field set and the Street portion of the address field has a label of &#34;Street Address&#34;. I want this to just say &#34;Street&#34;. Where can I change that. I have looked at some of the more (what I thought were) obvious files and could not find this. Thanks!&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
