<?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: Address formatting other than for the US</title>
		<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us</link>
		<description>Gravity Support Forums Topic: Address formatting other than for the US</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:11:10 +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/address-formatting-other-than-for-the-us" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-46908</link>
			<pubDate>Fri, 20 Jan 2012 00:43:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46908@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@henrybag, please &#60;a href=&#34;http://www.gravityhelp.com/forums/forum/gravity-forms#postform&#34; rel=&#34;nofollow&#34;&#62;begin a new topic&#60;/a&#62; for your issue specifically with a link to your form.  We try not to handle regular support in the pre-purchase forums.  Please link to any relevant posts in the forums that show the code you're trying to implement.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>henrybag on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-46848</link>
			<pubDate>Thu, 19 Jan 2012 10:46:20 +0000</pubDate>
			<dc:creator>henrybag</dc:creator>
			<guid isPermaLink="false">46848@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've tried using both the Address Type and Address State method to edit the way my address appears on the form but can't seem to get it working.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_address_state&#38;quot;, &#38;quot;change_address_state&#38;quot;, 10, 2);
function change_address_state($label, $form_id){
    return &#38;quot;Address State&#38;quot;;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;amp;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_address_types&#38;quot;, &#38;quot;brazilian_address&#38;quot;, 10, 2);

function brazilian_address($address_types, $form_id){
    $address_types[&#38;quot;brazil&#38;quot;] = array(
                                    &#38;quot;label&#38;quot; =&#38;gt; &#38;quot;Brasil&#38;quot;,
                                    &#38;quot;country&#38;quot; =&#38;gt; &#38;quot;Brasil&#38;quot;,
                                    &#38;quot;zip_label&#38;quot; =&#38;gt; &#38;quot;CEP&#38;quot;,
                                    &#38;quot;state_label&#38;quot; =&#38;gt; &#38;quot;Estado&#38;quot;,
                                    &#38;quot;states&#38;quot; =&#38;gt; array(&#38;quot;&#38;quot;, &#38;quot;Acre&#38;quot;, &#38;quot;Alagoas&#38;quot;, &#38;quot;Amapa&#38;quot;, &#38;quot;Amazonas&#38;quot;,&#38;quot;Bahia&#38;quot;, &#38;quot;Ceara&#38;quot;, &#38;quot;Distrito Federal&#38;quot;, &#38;quot;Espirito Santo&#38;quot;, &#38;quot;Goias&#38;quot;, &#38;quot;Maranhao&#38;quot;, &#38;quot;Mato Grosso&#38;quot;, &#38;quot;Mato Grosso do Sul&#38;quot;, &#38;quot;Minas Gerais&#38;quot;, &#38;quot;Para&#38;quot;, &#38;quot;Paraiba&#38;quot;, &#38;quot;Parana&#38;quot;, &#38;quot;Pernambuco&#38;quot;, &#38;quot;Piaui&#38;quot;, &#38;quot;Roraima&#38;quot;, &#38;quot;Rondonia&#38;quot;, &#38;quot;Rio de Janeiro&#38;quot;, &#38;quot;Rio Grande do Norte&#38;quot;, &#38;quot;Rio Grande do Sul&#38;quot;, &#38;quot;Santa Catarina&#38;quot;, &#38;quot;Sao Paulo&#38;quot;, &#38;quot;Sergipe&#38;quot;, &#38;quot;Tocantins&#38;quot;)
    );
    return $address_types;
}

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm just testing locally at the minute. I've pasted these into the functions.php of my theme but nothing seems to happen - I did remove the extra ?php tags by the way.&#60;/p&#62;
&#60;p&#62;Not being very php savvy I'm stuck! hence the reason I'm paying for Gravity Forms. I really just need to edit the address labels so that it says 'county' instead of 'state/province etc'.&#60;br /&#62;
I'm assuming I've missed something!&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Henry
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-45962</link>
			<pubDate>Tue, 10 Jan 2012 12:44:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45962@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This code goes in your theme's functions.php file.  Here is an explanation:&#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;</description>
		</item>
		<item>
			<title>Brad Dalton on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-45913</link>
			<pubDate>Mon, 09 Jan 2012 19:07:57 +0000</pubDate>
			<dc:creator>Brad Dalton</dc:creator>
			<guid isPermaLink="false">45913@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to confirm exactly where to put this code so it doesn't get overwritten when i update the Gravity forms plugin?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_address_types&#38;quot;, &#38;quot;aus_address&#38;quot;, 10, 2);
function aus_address($address_types, $form_id){
$address_types[&#38;quot;australia&#38;quot;] = array(
&#38;quot;label&#38;quot; =&#38;gt; &#38;quot;Australia&#38;quot;,
&#38;quot;country&#38;quot; =&#38;gt; &#38;quot;Australia&#38;quot;,
&#38;quot;zip_label&#38;quot; =&#38;gt; &#38;quot;Postcode&#38;quot;,
&#38;quot;state_label&#38;quot; =&#38;gt; &#38;quot;State&#38;quot;,
&#38;quot;states&#38;quot; =&#38;gt; array(&#38;quot;NT&#38;quot;=&#38;gt;&#38;quot;NT&#38;quot;, &#38;quot;ACT&#38;quot;=&#38;gt;&#38;quot;ACT&#38;quot;,&#38;quot;NSW&#38;quot;=&#38;gt;&#38;quot;NSW&#38;quot;, &#38;quot;QLD&#38;quot;=&#38;gt;&#38;quot;QLD&#38;quot;, &#38;quot;VIC&#38;quot;=&#38;gt;&#38;quot;VIC&#38;quot;, &#38;quot;WA&#38;quot;=&#38;gt;&#38;quot;WA&#38;quot;,&#38;quot;SA&#38;quot;=&#38;gt;&#38;quot;SA&#38;quot;, &#38;quot;TAS&#38;quot; =&#38;gt; &#38;quot;TAS&#38;quot;)
);
return $address_types;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-45086</link>
			<pubDate>Wed, 28 Dec 2011 18:19:41 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">45086@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Mungo What specific information or issue are you referring to so we can see what we can do to update the documentation or Gravity Forms itself so it's easier to resolve?&#60;/p&#62;
&#60;p&#62;The Address Field itself defaults to a standard International format that is pretty much an industry standard as far as form builders go.  While it does have fields for State and Zip Code, those fields are labeled so they have international context and can typically be used for most countries (ex. the zip code field is labeled Zip / Postal Code and the state field is labeled State / Province / Region).&#60;/p&#62;
&#60;p&#62;The International address type isn't designed to be country specific, there are far too many countries and different regional ways of handling things.  We just went with the standard format for addresses.&#60;/p&#62;
&#60;p&#62;You can then customize and create your own custom Address Type that incorporates just the fields you want and the labels you want using hooks.&#60;/p&#62;
&#60;p&#62;It's a similar situation with the Phone Field.  However, with the inclusion of javascript input masks for the Single Input field it can easily be more useful for capturing phone number information than the Phone Field itself.  If we could do it over again we probably would just use the Single Input field with masks rather than having a dedicated Phone Field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mungo on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-45056</link>
			<pubDate>Wed, 28 Dec 2011 10:11:39 +0000</pubDate>
			<dc:creator>Mungo</dc:creator>
			<guid isPermaLink="false">45056@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Quite simply there isn't appropriate signposting to this documentation, I'm an 'international' user too and it took me a good ten - fifteen minutes to track this info down. Why not make a link to customisation options from the address marketing stuff?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;p.s. just done a very complex application form for a client - they are absolutely delighted and I'm blown away by how straightforward it was. Made back the money (and considerably more) for the license on my first job ;-) Cheers!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-43340</link>
			<pubDate>Wed, 07 Dec 2011 14:03:22 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">43340@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have an extremely larger number of non-U.S. based customers, which is why i'm a bit confused as to all the confusion surrounding this functionality.&#60;/p&#62;
&#60;p&#62;The solution for your Phone Number issues is to use the Single Input field and the Input Mask functionality.  You can then create whatever phone number input format you want and it will implement it with an input mask to guide the user.&#60;/p&#62;
&#60;p&#62;If we had to do it over again we wouldn't have introduced a phone number field we would have relied solely on the Single Input and input masks.&#60;/p&#62;
&#60;p&#62;As for the Address field, there are multiple Address Types built in.  When you add and edit your Address Field you select the Address Type.  &#60;/p&#62;
&#60;p&#62;So i'm a little confused as to why you would think you HAVE to have a drop down list of U.S. States when obviously U.S. States only applies to the U.S. You select the address type when configuring the field.&#60;/p&#62;
&#60;p&#62;Here is an international address type:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dl.dropbox.com/u/185347/Slingshot/Pictures/Screen%20Shot%202011-12-07%20at%2012.52.25%20PM.png&#34; rel=&#34;nofollow&#34;&#62;http://dl.dropbox.com/u/185347/Slingshot/Pictures/Screen%20Shot%202011-12-07%20at%2012.52.25%20PM.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is a the U.S. address type:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dl.dropbox.com/u/185347/Slingshot/Pictures/Screen%20Shot%202011-12-07%20at%2012.56.14%20PM.png&#34; rel=&#34;nofollow&#34;&#62;http://dl.dropbox.com/u/185347/Slingshot/Pictures/Screen%20Shot%202011-12-07%20at%2012.56.14%20PM.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The international address type isn't country specific.  It does have a zip code field but it's labeled as Zip / Postal Code because some countries refer to it differently.  Same goes with the State/Province/Region input.&#60;/p&#62;
&#60;p&#62;This is pretty standard formatting and terminology for a set of fields designed to capture address information when you don't know the country of origin of the user filling out the information.&#60;/p&#62;
&#60;p&#62;As for can it be customized... of course it can be customized.  There are a variety of built in field options that can be configured. Whatever can't be customized via the form builder UI and built in options, you can customize further using hooks and filters. Gravity Forms is extremely customizable.&#60;/p&#62;
&#60;p&#62;Don't like the built in labels that are used? Change them using filters:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs#Sublabels&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs#Sublabels&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Don't like the build in default address types? Create your own:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_address_types&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_address_types&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We can't provide GUI for every single use case, but that doesn't mean it can't be customized to do what you want it to do.&#60;/p&#62;
&#60;p&#62;Again, i'm not sure where the perception that we aren't international friendly is coming from. We have an extremely large international user base and this has never been an issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Anderson Gray on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-43317</link>
			<pubDate>Wed, 07 Dec 2011 10:42:14 +0000</pubDate>
			<dc:creator>Ian Anderson Gray</dc:creator>
			<guid isPermaLink="false">43317@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's been a couple of months since I first posted this question and no answers. I know I am not the only non-US person who finds this frustrating (thanks @Base5Designs!). A way of properly formatting the address really needs to be addressed in Gravity Forms- for me it is a deal breaker. I am so, so tempted to purchase the Developer edition, but since the majority of my sites are either UK based or need to accept addresses from the whole of the world, the inflexibility of the US-only address format is not going to help.&#60;/p&#62;
&#60;p&#62;I'd be very grateful if someone from Gravity forms could give me some feedback to this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Base5Designs on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-39165</link>
			<pubDate>Thu, 27 Oct 2011 19:49:51 +0000</pubDate>
			<dc:creator>Base5Designs</dc:creator>
			<guid isPermaLink="false">39165@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just purchased gravity forms developer license.&#60;/p&#62;
&#60;p&#62;I am amazed there is no locale settings for phone numbers, post codes or for prepoulating form fields with data for the &#34;rest&#34; of the world.&#60;/p&#62;
&#60;p&#62;Oh well i guess its like having the world series where only america is allowed to play (although that might of changed now, i dont follow baseball)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Anderson Gray on "Address formatting other than for the US"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/address-formatting-other-than-for-the-us#post-38955</link>
			<pubDate>Wed, 26 Oct 2011 07:50:44 +0000</pubDate>
			<dc:creator>Ian Anderson Gray</dc:creator>
			<guid isPermaLink="false">38955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi.&#60;br /&#62;
I expect Rocket Genius is based in the US, and that a large percentage of users are based in the U.S.. However, I am sure there are still quite a few non-US users out there!&#60;br /&#62;
The question about how you format the address and phone numbers has been mentioned before, but I just wanted some clarification.&#60;br /&#62;
With the phone number formatting you can choose between the standard (I am assuming US one) and &#34;international&#34;. I take a bit of an issue with that in that being based in the UK, the U.S. one is the international one! It would be great if there was a &#34;location settings&#34; option in Gravity Forms where I can say that the website is based in the UK locale. That way it would default to a UK telephone number format. It would be really useful for there to be more options here, for example:&#60;br /&#62;
US Telephone&#60;br /&#62;
UK telephone&#60;br /&#62;
German telephone&#60;br /&#62;
Custom telephone&#60;br /&#62;
With the latter &#34;custom&#34; giving you the option to create the format yourself. It would be cool if you could add &#34;plugins&#34; for these.&#60;/p&#62;
&#60;p&#62;The same goes for the address. It's geared towards the US market again- giving a list of states and mentioning &#34;zip code&#34;. Can the address box not be customised? It would be great if you could choose from (for example):&#60;br /&#62;
Address 1&#60;br /&#62;
Address 2&#60;br /&#62;
Address 3&#60;br /&#62;
Address 4&#60;br /&#62;
Town&#60;br /&#62;
Postal Town&#60;br /&#62;
City&#60;br /&#62;
County&#60;br /&#62;
State&#60;br /&#62;
Postal Code&#60;br /&#62;
Zip Code&#60;br /&#62;
Country&#60;/p&#62;
&#60;p&#62;A list of states is no good for a non-US address, and it would be good to be able to use a list of counties or other regional area (again making plugins available for this would be useful so that users can build their own)&#60;br /&#62;
I suppose the best system would be for the person filling in the form to select their country, and the form changing to the correct address formatting for that country.&#60;/p&#62;
&#60;p&#62;Sorry that this is a long rambled message, but I do feel this is really important! Please feel sorry for all of us outside of the United States. We are important and we're quite nice really! ;-)&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
