<?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 Tag: address - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/address</link>
		<description>Gravity Support Forums Tag: address - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:37:14 +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/tags/address/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>MMI.Interactive on "Zip code field wrapped around span element with  element. HTML output?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/zip-code-field-wrapped-around-span-element-with-element-html-output#post-317623</link>
			<pubDate>Tue, 11 Jun 2013 17:58:05 +0000</pubDate>
			<dc:creator>MMI.Interactive</dc:creator>
			<guid isPermaLink="false">317623@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;Using Gravity Forms 1.6.4.3 I ran into a issue using the address field. Currently the address field is being displayed on the page but somehow the span element for the zip code is being thrown just outside the select element that's being used for the state selection. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;#39;field_11_3&#38;#39; class=&#38;#39;gfield gfield_contains_required&#38;#39; &#38;gt;
	&#38;lt;label class=&#38;#39;gfield_label&#38;#39; for=&#38;#39;input_11_3_1&#38;#39;&#38;gt;Address&#38;lt;span class=&#38;#39;gfield_required&#38;#39;&#38;gt;*&#38;lt;/span&#38;gt;&#38;lt;/label&#38;gt;
		&#38;lt;div class=&#38;#39;ginput_complex ginput_container&#38;#39; id=&#38;#39;input_11_3&#38;#39;&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_full&#38;#39; id=&#38;#39;input_11_3_1_container&#38;#39;&#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_3.1&#38;#39; id=&#38;#39;input_11_3_1&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;3&#38;#39; /&#38;gt;
				&#38;lt;label for=&#38;#39;input_11_3_1&#38;#39; id=&#38;#39;input_11_3_1_label&#38;#39;&#38;gt;Street Address&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_full&#38;#39; id=&#38;#39;input_11_3_2_container&#38;#39; &#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_3.2&#38;#39; id=&#38;#39;input_11_3_2&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;4&#38;#39; /&#38;gt;
				&#38;lt;label for=&#38;#39;input_11_3_2&#38;#39; id=&#38;#39;input_11_3_2_label&#38;#39;&#38;gt;Address Line 2&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_left&#38;#39; id=&#38;#39;input_11_3_3_container&#38;#39;&#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_3.3&#38;#39; id=&#38;#39;input_11_3_3&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;5&#38;#39; /&#38;gt;
				&#38;lt;label for=&#38;#39;input_11_3_3&#38;#39; id=&#38;#39;input_11_3.3_label&#38;#39;&#38;gt;City&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_right&#38;#39; id=&#38;#39;input_11_3_4_container&#38;#39; &#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;select name=&#38;#39;input_3.4&#38;#39; id=&#38;#39;input_11_3_4&#38;#39; tabindex=&#38;#39;6&#38;#39;   &#38;gt;
				&#38;lt;option value=&#38;#39;&#38;#39; selected=&#38;#39;selected&#38;#39;&#38;gt;&#38;lt;/option&#38;gt;
			&#38;lt;/select&#38;gt;
			&#38;lt;p&#38;gt;&#38;lt;label for=&#38;#39;input_11_3_4&#38;#39; id=&#38;#39;input_11_3_4_label&#38;#39;&#38;gt;State&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;
&#38;lt;!--Problem starts here--&#38;gt;
&#38;lt;!--This should be outside span element input_11_3_4_container--&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_left&#38;#39; id=&#38;#39;input_11_3_5_container&#38;#39;&#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_3.5&#38;#39; id=&#38;#39;input_11_3_5&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;8&#38;#39; /&#38;gt;
				&#38;lt;label for=&#38;#39;input_11_3_5&#38;#39; id=&#38;#39;input_11_3_5_label&#38;#39;&#38;gt;Zip Code&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;input_3.6&#38;#39; id=&#38;#39;input_11_3_6&#38;#39; value=&#38;#39;United States&#38;#39;/&#38;gt;
			&#38;lt;/div&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When it should look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;field_1_1&#38;quot;&#38;gt;
&#38;lt;label&#38;gt;label here&#38;lt;/label&#38;gt;
&#38;lt;div class=&#38;quot;ginput_complex&#38;quot;&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;Street Address Field&#38;lt;/span&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;Street Address 2 Field&#38;lt;/span&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;City field&#38;lt;/span&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;Select dropdown field&#38;lt;/span&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;Zip code field&#38;lt;/span&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course I simplified the code, but just to give you an idea.&#60;/p&#62;
&#60;p&#62;Any idea as to why it renders that way?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mail@ravnkilde.net on "Localization - Danish"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/localization-danish#post-148675</link>
			<pubDate>Sun, 17 Feb 2013 20:03:09 +0000</pubDate>
			<dc:creator>mail@ravnkilde.net</dc:creator>
			<guid isPermaLink="false">148675@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Use latest version of the form. Have a localized Danish file (.po), but the words in the Address form (Advanced Fields) have not be translated despite that the words like &#34;City&#34; has been translated to the Danish word &#34;By&#34; in the da_DK .po file.&#60;/p&#62;
&#60;p&#62;How come are words from Address / Advanced Fields not translated by the .po file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nowton on "Address field wrong labels if adapted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-field-wrong-labels-if-adapted#post-328706</link>
			<pubDate>Mon, 17 Jun 2013 10:17:04 +0000</pubDate>
			<dc:creator>Nowton</dc:creator>
			<guid isPermaLink="false">328706@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If we disable Country, Address2, and State fields in an Address fieldset, we lose the field for City. The City field is erroneously named ZIP/Postal Code. FWIW we use a Dutch translation, it may be that the error is in the translation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cmeerbeek on "Address field City field is not translated correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-field-city-field-is-not-translated-correctly#post-248829</link>
			<pubDate>Sun, 12 May 2013 04:51:29 +0000</pubDate>
			<dc:creator>cmeerbeek</dc:creator>
			<guid isPermaLink="false">248829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I updated to Gravity Forms 1.7.2 today in multiple Dutch Wordpress installations.&#60;br /&#62;
Adding an address-field has a strange result.&#60;br /&#62;
Setting the default country to the Netherlands doesn't fix it.&#60;br /&#62;
The field that was called &#34;Plaats&#34; before the update is now called ZIP / Postal Code.&#60;br /&#62;
See the added screenshot:&#60;br /&#62;
&#60;a href=&#34;https://dl.dropboxusercontent.com/u/669331/Screen%20Shot%202013-05-12%20at%2010.36.55.png&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/669331/Screen%20Shot%202013-05-12%20at%2010.36.55.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The *.po seems to have the right translation but it doesn't seem to get loaded.&#60;/p&#62;
&#60;p&#62;Any advise?&#60;/p&#62;
&#60;p&#62;Coen Meerbeek
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rymera on "Hidden US Type Address Fields Submit Empty In Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hidden-us-type-address-fields-submit-empty-in-entries#post-344599</link>
			<pubDate>Tue, 25 Jun 2013 18:54:34 +0000</pubDate>
			<dc:creator>rymera</dc:creator>
			<guid isPermaLink="false">344599@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I have a big hairy form with lots of conditional hidden fields and the issue I'm having is that we have several hidden address fields with their address type set to &#34;United States&#34; and when these fields are not filled in (and remain hidden) they submit with just the country set to United States.&#60;/p&#62;
&#60;p&#62;Shouldn't there be some logic in core to check if the rest of the fields are empty to clear out the country?&#60;/p&#62;
&#60;p&#62;We'll be hooking this up to an automated API shortly and I really need these fields to be empty. Is there are known workaround for this or is it a bug?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jasonduncan76 on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-46817</link>
			<pubDate>Thu, 19 Jan 2012 01:10:40 +0000</pubDate>
			<dc:creator>jasonduncan76</dc:creator>
			<guid isPermaLink="false">46817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This seems like it would be a pretty simple thing to add. Place a check box in between fields, if checked it copies from one to another, if unchecked it removes it. Example, you have a physical address field and a shipping address field. Add the option to click box ( or whatever ) if its the same and it copies the data from one to the other.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Andrew Munro on "Change the label from &#34;street address&#34; to &#34;Po Box&#34; but only on second field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-the-label-from-street-address-to-po-box-but-only-on-second-field#post-316185</link>
			<pubDate>Mon, 10 Jun 2013 21:44:15 +0000</pubDate>
			<dc:creator>Andrew Munro</dc:creator>
			<guid isPermaLink="false">316185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have 2 address fields in my form. &#60;/p&#62;
&#60;p&#62;I would like to change &#34;street address&#34; to &#34;Po Box&#34; on the second field. I know there's the gform_address_street filter, but this changes both of them. How can I change the label only for the second field, if that field has an ID of 17 ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lowercase on "Change City label to Suburb"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-city-label-to-suburb#post-303864</link>
			<pubDate>Wed, 05 Jun 2013 11:14:53 +0000</pubDate>
			<dc:creator>lowercase</dc:creator>
			<guid isPermaLink="false">303864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to change the 'city' label in the address filed to 'Suburb'.&#60;br /&#62;
I am using filters within functions.php but it keeps breaking when i add this filter.&#60;/p&#62;
&#60;p&#62;My funcitons code is here...&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/**&#60;br /&#62;
 * @package WordPress&#60;br /&#62;
 * @subpackage Default_Theme&#60;br /&#62;
 */&#60;/p&#62;
&#60;p&#62;if ( function_exists('register_sidebar') ) {&#60;br /&#62;
	register_sidebar(array(&#60;br /&#62;
		'before_widget' =&#38;gt; '&#38;lt;li id=&#34;%1$s&#34; class=&#34;widget %2$s&#34;&#38;gt;',&#60;br /&#62;
		'after_widget' =&#38;gt; '',&#60;br /&#62;
		'before_title' =&#38;gt; '&#38;lt;h2 class=&#34;widgettitle&#34;&#38;gt;',&#60;br /&#62;
		'after_title' =&#38;gt; '&#38;lt;/h2&#38;gt;',&#60;br /&#62;
	));&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62; ?&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
add_filter(&#34;gform_address_types&#34;, &#34;aus_address&#34;, 10, 2);&#60;br /&#62;
function aus_address($address_types, $form_id){&#60;br /&#62;
$address_types[&#34;australia&#34;] = array(&#60;br /&#62;
&#34;label&#34; =&#38;gt; &#34;Australia&#34;,&#60;br /&#62;
&#34;country&#34; =&#38;gt; &#34;Australia&#34;,&#60;br /&#62;
&#34;zip_label&#34; =&#38;gt; &#34;Postcode&#34;,&#60;br /&#62;
&#34;state_label&#34; =&#38;gt; &#34;State&#34;,&#60;br /&#62;
&#34;states&#34; =&#38;gt; array(&#34;NT&#34;=&#38;gt;&#34;NT&#34;, &#34;ACT&#34;=&#38;gt;&#34;ACT&#34;,&#34;NSW&#34;=&#38;gt;&#34;NSW&#34;, &#34;QLD&#34;=&#38;gt;&#34;QLD&#34;, &#34;VIC&#34;=&#38;gt;&#34;VIC&#34;, &#34;WA&#34;=&#38;gt;&#34;WA&#34;,&#34;SA&#34;=&#38;gt;&#34;SA&#34;, &#34;TAS&#34; =&#38;gt; &#34;TAS&#34;)&#60;br /&#62;
);&#60;br /&#62;
return $address_types;&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
How do i now add the label change to above code without it breaking the site?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aussie on "Street Address Line ONE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/street-address-line-one#post-15392</link>
			<pubDate>Tue, 04 Jan 2011 11:50:15 +0000</pubDate>
			<dc:creator>aussie</dc:creator>
			<guid isPermaLink="false">15392@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to hide/omit and not require the street address (line one)? &#60;/p&#62;
&#60;p&#62;I know that Hide Address Line 2 Field is possible, etc; however, I also need to do the same for the Line1 Address Field so that the only required fields will be City, Zip, State, Country. &#60;/p&#62;
&#60;p&#62;Thanks in advance for any help :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>impres on "Bug: hiding state / province still shows it in the e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-hiding-state-province-still-shows-it-in-the-e-mail#post-233554</link>
			<pubDate>Thu, 02 May 2013 09:12:50 +0000</pubDate>
			<dc:creator>impres</dc:creator>
			<guid isPermaLink="false">233554@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We just discovered that hiding state/province does work on the frontend, but still results in the default values being displayed in notification e-mails.&#60;/p&#62;
&#60;p&#62;This seems like buggy behavior to me. Currently, the notification emails are a simple {all_fields} tag. I would hate to lose that. Is there a way to patch this at this time using the default hooks?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
