<?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: Address Field Names above fields</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Address Field Names above fields</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:28:57 +0000</pubDate>

<item>
<title>adrearubin on "Address Field Names above fields"</title>
<link>https://www.machform.com/forums/topic/address-field-names-above-fields#post-23869</link>
<pubDate>Tue, 18 Aug 2015 04:15:00 +0000</pubDate>
<dc:creator>adrearubin</dc:creator>
<guid isPermaLink="false">23869@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Awesome!  Thanks Dazmond.  This worked for me.  In v4.5 my code started @ 3944 - 3983.&#60;/p&#62;
&#60;p&#62;Definitely looks a lot better and people are less confused about it.
&#60;/p&#62;</description>
</item>
<item>
<title>Dazmond on "Address Field Names above fields"</title>
<link>https://www.machform.com/forums/topic/address-field-names-above-fields#post-16829</link>
<pubDate>Fri, 18 Jan 2013 22:55:14 +0000</pubDate>
<dc:creator>Dazmond</dc:creator>
<guid isPermaLink="false">16829@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Here is the reply I received from tech support, may be of use:&#60;/p&#62;
&#60;p&#62;You can edit &#34;includes/view-functions.php&#34; file for this.&#60;br /&#62;
Go to around line 3348 ~ 3386 and you will see this 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; {$li_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&#38;gt;
&#38;lt;span id=&#38;quot;li_{$element-&#38;gt;id}_span_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;{$default_value_1}&#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;{$mf_lang[&#38;#39;address_street&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;

&#38;lt;span id=&#38;quot;li_{$element-&#38;gt;id}_span_2&#38;quot; {$address_line2_style}&#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 lar ge&#38;quot; value=&#38;quot;{$default_value_2}&#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;{$mf_lang[&#38;#39;address_street2&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;

&#38;lt;span id=&#38;quot;li_{$element-&#38;gt;id}_span_3&#38;quot; class=&#38;quot;left state_list&#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 large&#38;quot; value=&#38;quot;{$default_value_3}&#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;{$mf_lang[&#38;#39;address_city&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;

&#38;lt;span id=&#38;quot;li_{$element-&#38;gt;id}_span_4&#38;quot; class=&#38;quot;right state_list&#38;quot;&#38;gt;
{$state_markup}
&#38;lt;label for=&#38;quot;element_{$element-&#38;gt;id}_4&#38;quot;&#38;gt;{$mf_lang[&#38;#39;address_state&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;

&#38;lt;span id=&#38;quot;li_{$element-&#38;gt;id}_span_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 large&#38;quot; maxlength=&#38;quot;15&#38;quot; value=&#38;quot;{$default_value_5}&#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;{$mf_lang[&#38;#39;address_zip&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;

&#38;lt;span id=&#38;quot;li_{$element-&#38;gt;id}_span_6&#38;quot; class=&#38;quot;right&#38;quot;&#38;gt;
&#38;lt;select class=&#38;quot;element select large&#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;{$mf_lang[&#38;#39;address_country&#38;#39;]}&#38;lt;/label&#38;gt;
&#38;lt;/span&#38;gt;
&#38;lt;/div&#38;gt;{$guidelines} {$error_message}
       &#38;lt;/li&#38;gt;
EOT;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then change &#38;lt;label&#38;gt; tag position to be  above &#38;lt;input&#38;gt; tag.
&#60;/p&#62;</description>
</item>
<item>
<title>DaveVoss on "Address Field Names above fields"</title>
<link>https://www.machform.com/forums/topic/address-field-names-above-fields#post-16823</link>
<pubDate>Fri, 18 Jan 2013 02:34:17 +0000</pubDate>
<dc:creator>DaveVoss</dc:creator>
<guid isPermaLink="false">16823@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, I agree that that would be nice.  I don't know why it seems confusing with the labels below.  I guess it's becuase alll the other fields have their labels above.
&#60;/p&#62;</description>
</item>
<item>
<title>Dazmond on "Address Field Names above fields"</title>
<link>https://www.machform.com/forums/topic/address-field-names-above-fields#post-16819</link>
<pubDate>Fri, 18 Jan 2013 00:07:01 +0000</pubDate>
<dc:creator>Dazmond</dc:creator>
<guid isPermaLink="false">16819@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi There,&#60;/p&#62;
&#60;p&#62;Is it possible to have the field names for the address section to be above the fields rather than below?&#60;/p&#62;
&#60;p&#62;Some users are becoming confused with the postcode section and entering information required in the field above instead.&#60;/p&#62;
&#60;p&#62;I've seen a fix for this in the forums but the post is 2 years old, it no longer works as I assume the code has changed a lot since then?&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;/p&#62;
&#60;p&#62;Darren.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
