<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Change the titles of address form</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Change the titles of address form</description>
<language>en</language>
<pubDate>Tue, 26 May 2026 16:01:51 +0000</pubDate>

<item>
<title>williamansley on "Change the titles of address form"</title>
<link>https://www.machform.com/forums/topic/change-the-titles-of-address-form#post-21732</link>
<pubDate>Tue, 09 Sep 2014 01:00:36 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">21732@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@whdsolutions: It looks as if anujagrawal missed something. Look in the language.php file around lines 210 and 211 and you should see this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$languages[&#38;#39;address_state&#38;#39;]			= &#38;#39;State / Province / Region&#38;#39;;
			$languages[&#38;#39;address_zip&#38;#39;]			= &#38;#39;Postal / Zip Code&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change these lines to 'County' and 'Postcode' as well, and hopefully that will do the trick. Good luck!
&#60;/p&#62;</description>
</item>
<item>
<title>whdsolutions on "Change the titles of address form"</title>
<link>https://www.machform.com/forums/topic/change-the-titles-of-address-form#post-21729</link>
<pubDate>Tue, 09 Sep 2014 00:18:42 +0000</pubDate>
<dc:creator>whdsolutions</dc:creator>
<guid isPermaLink="false">21729@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The function mf_get_country_list worked but the changes to:&#60;/p&#62;
&#60;p&#62;$mf_lang['address_state'] = 'County';&#60;br /&#62;
$mf_lang['address_zip'] = 'Post Code';&#60;/p&#62;
&#60;p&#62;These changes haven't worked!!!
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Change the titles of address form"</title>
<link>https://www.machform.com/forums/topic/change-the-titles-of-address-form#post-21710</link>
<pubDate>Thu, 04 Sep 2014 23:44:39 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">21710@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@anujagrawal: Thanks for sharing this!&#60;/p&#62;
&#60;p&#62;@whdsolutions: You don't need to worry about the wrath of the developers; when you buy Machform, you are given a license to modify the source code as you see fit. But there are two things you need to be aware of, if you want to try this solution to your problem:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;If you ever upgrade Machform, the new files will wipe out your customized ones, and you will need to redo the changes you have made in the corresponding files in the new version. This code you need to edit may be different and in a different location in the file. (If the upgrade is really major, the code may even have been moved to a different file, or the change you want to make may no longer be possible. This is unlikely, however.)&#60;/li&#62;
&#60;li&#62;Appnitro will not be able to provide support for any problems that arise in your Machform installation due the the changes you have made to their code.&#60;/li&#62;
&#60;/ol&#62;</description>
</item>
<item>
<title>anujagrawal on "Change the titles of address form"</title>
<link>https://www.machform.com/forums/topic/change-the-titles-of-address-form#post-21704</link>
<pubDate>Thu, 04 Sep 2014 08:37:56 +0000</pubDate>
<dc:creator>anujagrawal</dc:creator>
<guid isPermaLink="false">21704@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi whdsolutions - at the risk of invoking the wrath of the MachForm developers, here's the easiest way i think you can do this.  Please note that you run the risk of messing things up royally if you don't follow the instructions exactly.&#60;/p&#62;
&#60;p&#62;1.  Make a backup copy of language.php in the includes directory.  You will be modifying the original, so you need the backup in case something goes wrong.&#60;/p&#62;
&#60;p&#62;2.  Make a backup copy of view-functions.php in the includes directory.  You will be modifying the original, so you need the backup in case something goes wrong.&#60;/p&#62;
&#60;p&#62;3.  In language.php, look on lines 23 and 24, if you have MachForm v4, you should see something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$mf_lang[&#38;#39;address_state&#38;#39;]		=	&#38;#39;State / Province / Region&#38;#39;;
 $mf_lang[&#38;#39;address_zip&#38;#39;]			=	&#38;#39;Postal / Zip Code&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the appropriate values to 'County' and 'Postcode'.&#60;br /&#62;
That should take care of your label issue.&#60;/p&#62;
&#60;p&#62;4.  In view-functions.php, search for &#60;code&#62;function mf_get_country_list&#60;/code&#62;.  You will want to comment out all the countries except for United Kingdom, and then change the array value to 0 (you should only find 2 entries for United Kingdom, and the array value is 1 which you should change to 0).&#60;/p&#62;
&#60;p&#62;That's it.&#60;br /&#62;
Good luck.
&#60;/p&#62;</description>
</item>
<item>
<title>whdsolutions on "Change the titles of address form"</title>
<link>https://www.machform.com/forums/topic/change-the-titles-of-address-form#post-21692</link>
<pubDate>Mon, 01 Sep 2014 23:17:07 +0000</pubDate>
<dc:creator>whdsolutions</dc:creator>
<guid isPermaLink="false">21692@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Any ideas???
&#60;/p&#62;</description>
</item>
<item>
<title>whdsolutions on "Change the titles of address form"</title>
<link>https://www.machform.com/forums/topic/change-the-titles-of-address-form#post-21691</link>
<pubDate>Mon, 01 Sep 2014 21:38:26 +0000</pubDate>
<dc:creator>whdsolutions</dc:creator>
<guid isPermaLink="false">21691@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;As we are in the UK we don't use labels such as:&#60;/p&#62;
&#60;p&#62;State / Province / Region   &#38;gt;&#38;gt;   We use County&#60;/p&#62;
&#60;p&#62;Zip Code   &#38;gt;&#38;gt;   We use Postcode&#60;/p&#62;
&#60;p&#62;Also as we only cater for the UK, is there a way I can remove the Country Selector form the form?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.headstartprimary.com/14-day-trial/&#34; rel=&#34;nofollow&#34;&#62;http://www.headstartprimary.com/14-day-trial/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can these be changed?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
