<?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: Req Change, remove and sort Address fields</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Req Change, remove and sort Address fields</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 13:15:51 +0000</pubDate>

<item>
<title>redityo on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-8394</link>
<pubDate>Thu, 14 Jan 2010 12:09:07 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">8394@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;So you no need address street at all ? if so, you can change the code to be like this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$element_markup = &#38;lt;&#38;lt;&#38;lt;EOT
		&#38;lt;li id=&#38;quot;li_{$element-&#38;gt;id}&#38;quot; {$error_class}&#38;gt;
		&#38;lt;label class=&#38;quot;description&#38;quot;&#38;gt;{$element-&#38;gt;title} {$span_required}&#38;lt;/label&#38;gt;

		&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_3&#38;quot;&#38;gt;
			&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot; class=&#38;quot;element text medium&#38;quot; value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_3&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt;
			&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot;&#38;gt;{$lang[&#38;#39;address_city&#38;#39;]}&#38;lt;/label&#38;gt;
		&#38;lt;/div&#38;gt;

		&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_4&#38;quot;&#38;gt;
			&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot; class=&#38;quot;element text medium&#38;quot;  value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_4&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt;
			&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot;&#38;gt;{$lang[&#38;#39;address_state&#38;#39;]}&#38;lt;/label&#38;gt;
		&#38;lt;/div&#38;gt;

		&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_6&#38;quot; &#38;gt;
			&#38;lt;select class=&#38;quot;element select medium&#38;quot; id=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;&#38;gt;
			{$country_markup}
			&#38;lt;/select&#38;gt;
		&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;&#38;gt;{$lang[&#38;#39;address_country&#38;#39;]}&#38;lt;/label&#38;gt;
		&#38;lt;/div&#38;gt;&#38;amp;nbsp;{$guidelines} {$error_message}

		&#38;lt;/li&#38;gt;
EOT;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>debaser666 on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-8383</link>
<pubDate>Wed, 13 Jan 2010 23:14:00 +0000</pubDate>
<dc:creator>debaser666</dc:creator>
<guid isPermaLink="false">8383@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi- I need to change the address format to &#60;/p&#62;
&#60;p&#62;[City]&#60;br /&#62;
[State / Province / Region]&#60;br /&#62;
[Country] &#60;/p&#62;
&#60;p&#62;how do I do this &#38;#38; do you have a code?&#60;/p&#62;
&#60;p&#62;Thank you in advance,&#60;/p&#62;
&#60;p&#62;Emmet
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-3816</link>
<pubDate>Thu, 27 Nov 2008 00:02:55 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">3816@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Edit your &#34;includes/view-functions.php&#34; file, search around line 1418 and 1457 you'll see these code : &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$element_markup = &#38;lt;&#38;lt;&#38;lt;EOT
&#38;lt;li id=&#38;quot;li_{$element-&#38;gt;id}&#38;quot; {$error_class}&#38;gt;
&#38;lt;label class=&#38;quot;description&#38;quot;&#38;gt;{$element-&#38;gt;title} {$span_required}&#38;lt;/label&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_1&#38;quot;&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;
class=&#38;quot;element text large&#38;quot; value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_1&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt;

	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;&#38;gt;{$lang[&#38;#39;address_street&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_2&#38;quot;&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot;
class=&#38;quot;element text large&#38;quot; value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_2&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt;

	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot;&#38;gt;{$lang[&#38;#39;address_street2&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_3&#38;quot; class=&#38;quot;left&#38;quot;&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot;
class=&#38;quot;element text medium&#38;quot; value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_3&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt;

	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot;&#38;gt;{$lang[&#38;#39;address_city&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_4&#38;quot; class=&#38;quot;right&#38;quot;&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot;
class=&#38;quot;element text medium&#38;quot;  value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_4&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt;

	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot;&#38;gt;{$lang[&#38;#39;address_state&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_5&#38;quot; class=&#38;quot;left&#38;quot;&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_5&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_5&#38;quot;
class=&#38;quot;element text medium&#38;quot; maxlength=&#38;quot;15&#38;quot; value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_5&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot; type=&#38;quot;text&#38;quot; /&#38;gt;
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_5&#38;quot;&#38;gt;{$lang[&#38;#39;address_zip&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_6&#38;quot; class=&#38;quot;right&#38;quot;&#38;gt;
	&#38;lt;select class=&#38;quot;element select medium&#38;quot; id=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;
name=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;&#38;gt;
	{$country_markup}
	&#38;lt;/select&#38;gt;
&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;&#38;gt;{$lang[&#38;#39;address_country&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;&#38;amp;nbsp;{$guidelines} {$error_message}
&#38;lt;/li&#38;gt;
EOT;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with this one&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$element_markup = &#38;lt;&#38;lt;&#38;lt;EOT
&#38;lt;li id=&#38;quot;li_{$element-&#38;gt;id}&#38;quot; {$error_class}&#38;gt;
&#38;lt;label class=&#38;quot;description&#38;quot;&#38;gt;{$element-&#38;gt;title} {$span_required}&#38;lt;/label&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_1&#38;quot;&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;
	class=&#38;quot;element text large&#38;quot;
	value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_1&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
	type=&#38;quot;text&#38;quot; /&#38;gt;
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_1&#38;quot;&#38;gt;{$lang[&#38;#39;address_street&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_2&#38;quot; style=&#38;quot;display:none !important&#38;quot;&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot;
	class=&#38;quot;element text large&#38;quot;
	value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_2&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
	type=&#38;quot;text&#38;quot; /&#38;gt;
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_2&#38;quot;&#38;gt;{$lang[&#38;#39;address_street2&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_5&#38;quot; class=&#38;quot;left&#38;quot;&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_5&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_5&#38;quot;
	class=&#38;quot;element text medium&#38;quot; maxlength=&#38;quot;15&#38;quot;
	value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_5&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
	type=&#38;quot;text&#38;quot; /&#38;gt;
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_5&#38;quot;&#38;gt;{$lang[&#38;#39;address_zip&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_3&#38;quot; class=&#38;quot;right&#38;quot; &#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot;
	class=&#38;quot;element text medium&#38;quot;
	value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_3&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
	type=&#38;quot;text&#38;quot; /&#38;gt;
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_3&#38;quot;&#38;gt;{$lang[&#38;#39;address_city&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_4&#38;quot; class=&#38;quot;right&#38;quot;  style=&#38;quot;display:none !important&#38;quot;&#38;gt;
	&#38;lt;input id=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot; name=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot;
	class=&#38;quot;element text medium&#38;quot;
	value=&#38;quot;{$element-&#38;gt;populated_value[&#38;#39;element_&#38;#39;.$element-&#38;gt;id.&#38;#39;_4&#38;#39;][&#38;#39;default_value&#38;#39;]}&#38;quot;
	type=&#38;quot;text&#38;quot; /&#38;gt;
	&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot;&#38;gt;{$lang[&#38;#39;address_state&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;div id=&#38;quot;li_{$element-&#38;gt;id}_div_6&#38;quot; class=&#38;quot;left&#38;quot;&#38;gt;
	&#38;lt;select class=&#38;quot;element select medium&#38;quot; id=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;
	name=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;&#38;gt;
	{$country_markup}
	&#38;lt;/select&#38;gt;
&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_6&#38;quot;&#38;gt;{$lang[&#38;#39;address_country&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/div&#38;gt;&#38;amp;nbsp;{$guidelines} {$error_message}
&#38;lt;/li&#38;gt;
EOT;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;it will show address element in this format&#60;/p&#62;
&#60;p&#62;[Street Address]&#60;br /&#62;
[Postal/Zip Code][City]&#60;br /&#62;
[Country]
&#60;/p&#62;</description>
</item>
<item>
<title>target on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-3810</link>
<pubDate>Wed, 26 Nov 2008 15:58:21 +0000</pubDate>
<dc:creator>target</dc:creator>
<guid isPermaLink="false">3810@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Link is dead, can you please repost?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-3514</link>
<pubDate>Mon, 03 Nov 2008 11:01:19 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">3514@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Edit your &#60;strong&#62;includes/view-functions.php&#60;/strong&#62; file.&#60;/p&#62;
&#60;p&#62;Replace line 1401 - 1437 with this code:&#60;br /&#62;
&#60;a href=&#34;http://mf.pastebin.com/f36db4024&#34; rel=&#34;nofollow&#34;&#62;http://mf.pastebin.com/f36db4024&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>TTI on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-3504</link>
<pubDate>Sun, 02 Nov 2008 00:42:35 +0000</pubDate>
<dc:creator>TTI</dc:creator>
<guid isPermaLink="false">3504@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is there any way you could post how to do this?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-2577</link>
<pubDate>Mon, 04 Aug 2008 12:13:58 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2577@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;wmiletello - I've replied your email
&#60;/p&#62;</description>
</item>
<item>
<title>wmiletello on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-2572</link>
<pubDate>Sat, 02 Aug 2008 11:26:03 +0000</pubDate>
<dc:creator>wmiletello</dc:creator>
<guid isPermaLink="false">2572@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I would like to make some changes to my address field as well. Please advise.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-2419</link>
<pubDate>Sat, 19 Jul 2008 07:58:17 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2419@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Great, I've replied to your email. Let's continue there.
&#60;/p&#62;</description>
</item>
<item>
<title>danyael on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-2405</link>
<pubDate>Sat, 19 Jul 2008 00:34:56 +0000</pubDate>
<dc:creator>danyael</dc:creator>
<guid isPermaLink="false">2405@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar, I am also ready for this.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-2395</link>
<pubDate>Fri, 18 Jul 2008 16:44:01 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2395@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It is possible, by modifying the PHP file, but all your forms would have the same address fields as above.&#60;/p&#62;
&#60;p&#62;If that's okay for you, just contact me when you are ready.
&#60;/p&#62;</description>
</item>
<item>
<title>danyael on "Req Change, remove and sort Address fields"</title>
<link>https://www.machform.com/forums/topic/req-change-remove-and-sort-address-fields#post-2393</link>
<pubDate>Fri, 18 Jul 2008 16:36:48 +0000</pubDate>
<dc:creator>danyael</dc:creator>
<guid isPermaLink="false">2393@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Dear Yuniar,&#60;/p&#62;
&#60;p&#62;One last issue came up, how can I disable certain things in the address field?&#60;br /&#62;
Now it is:&#60;/p&#62;
&#60;p&#62;Label Address:&#60;br /&#62;
Street Address&#60;br /&#62;
Address Line 2&#60;br /&#62;
City&#60;br /&#62;
Postal/Zip Code&#60;br /&#62;
State&#60;br /&#62;
Country&#60;/p&#62;
&#60;p&#62;I would like to have:&#60;/p&#62;
&#60;p&#62;&#34;Street Address&#34;&#60;br /&#62;
&#34;Postal/Zip Code&#34; and next to it &#34;City&#34;&#60;br /&#62;
&#34;Country&#34;&#60;/p&#62;
&#60;p&#62;How is this possible?&#60;/p&#62;
&#60;p&#62;Best regards, Danyael
&#60;/p&#62;</description>
</item>

</channel>
</rss>
