<?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: Remove Country field</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Remove Country field</description>
<language>en</language>
<pubDate>Tue, 05 May 2026 07:36:25 +0000</pubDate>

<item>
<title>yuniar on "Remove Country field"</title>
<link>https://www.machform.com/forums/topic/remove-country-field#post-15310</link>
<pubDate>Wed, 11 Jul 2012 19:26:44 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">15310@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It should be similar, such as this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_1_span_6{
  display: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>smorelli on "Remove Country field"</title>
<link>https://www.machform.com/forums/topic/remove-country-field#post-15296</link>
<pubDate>Wed, 11 Jul 2012 03:30:01 +0000</pubDate>
<dc:creator>smorelli</dc:creator>
<guid isPermaLink="false">15296@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I can't seem to hid the country element since I upgraded to the latest version.  The element is now longer div, but span.  Not sure if that makes a difference, but how can I get hide it now?
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Remove Country field"</title>
<link>https://www.machform.com/forums/topic/remove-country-field#post-12720</link>
<pubDate>Thu, 06 Oct 2011 18:59:12 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">12720@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;for country field you should change the div element number to 6. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_1_div_6
{
display:none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;also make sure you put the correct address element id there. In that code, I assume your address field id is 1
&#60;/p&#62;</description>
</item>
<item>
<title>msajdak on "Remove Country field"</title>
<link>https://www.machform.com/forums/topic/remove-country-field#post-12713</link>
<pubDate>Wed, 05 Oct 2011 06:26:12 +0000</pubDate>
<dc:creator>msajdak</dc:creator>
<guid isPermaLink="false">12713@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This code to hide the country field doesn't appear to work on the latest version. Is there something else?&#60;/p&#62;
&#60;p&#62;#li_1_div_2&#60;br /&#62;
{&#60;br /&#62;
display:none !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>jwaller50 on "Remove Country field"</title>
<link>https://www.machform.com/forums/topic/remove-country-field#post-11522</link>
<pubDate>Thu, 03 Mar 2011 04:59:43 +0000</pubDate>
<dc:creator>jwaller50</dc:creator>
<guid isPermaLink="false">11522@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Never mind, I realized it will be ok if I set the default Country to USA and then hide it.
&#60;/p&#62;</description>
</item>
<item>
<title>jwaller50 on "Remove Country field"</title>
<link>https://www.machform.com/forums/topic/remove-country-field#post-11521</link>
<pubDate>Thu, 03 Mar 2011 04:47:03 +0000</pubDate>
<dc:creator>jwaller50</dc:creator>
<guid isPermaLink="false">11521@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;What if the address field is required?
&#60;/p&#62;</description>
</item>
<item>
<title>cheryledwards on "Remove Country field"</title>
<link>https://www.machform.com/forums/topic/remove-country-field#post-11402</link>
<pubDate>Sat, 12 Feb 2011 00:18:23 +0000</pubDate>
<dc:creator>cheryledwards</dc:creator>
<guid isPermaLink="false">11402@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you very much redityo for your prompt reply.  So simple, so fantastic!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Remove Country field"</title>
<link>https://www.machform.com/forums/topic/remove-country-field#post-11398</link>
<pubDate>Fri, 11 Feb 2011 10:47:59 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">11398@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The easiest way is using css to hide/remove the country field. Try to add these css code into your form :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#li_4_div_6{
display:none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In there I assume your address field id is 4, you need to change the id with yours.  To see the address field id, you can go to emails menu -&#38;gt; click more option and go to &#34;template variable&#34; link in the bottom of the page.
&#60;/p&#62;</description>
</item>
<item>
<title>cheryledwards on "Remove Country field"</title>
<link>https://www.machform.com/forums/topic/remove-country-field#post-11396</link>
<pubDate>Fri, 11 Feb 2011 02:42:13 +0000</pubDate>
<dc:creator>cheryledwards</dc:creator>
<guid isPermaLink="false">11396@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;There are quite a few posts about removing the country field but some apply to a previous version and others don't seem to have the complete instructions from start to finish.  I got into a bit of a mess taking instructions from one, then another, so now I need to start again.&#60;/p&#62;
&#60;p&#62;I have the latest version of MachForm and I would very much appreciate complete instructions of how to remove the country.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
