<?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: Different Country's Different Forms</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Different Country's Different Forms</description>
<language>en</language>
<pubDate>Fri, 18 Sep 2026 12:17:03 +0000</pubDate>

<item>
<title>rcaragao on "Different Country's Different Forms"</title>
<link>https://www.machform.com/forums/topic/different-countrys-different-forms#post-8555</link>
<pubDate>Sat, 30 Jan 2010 02:39:29 +0000</pubDate>
<dc:creator>rcaragao</dc:creator>
<guid isPermaLink="false">8555@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you for the fast response.&#60;/p&#62;
&#60;p&#62;Code Worked fine.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Different Country's Different Forms"</title>
<link>https://www.machform.com/forums/topic/different-countrys-different-forms#post-8548</link>
<pubDate>Fri, 29 Jan 2010 15:29:39 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">8548@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can do it in reverse, try to change this code with this one :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($_REQUEST[&#38;#39;id&#38;#39;] == 3){
	//clear all country
	unset($country);

	//select country as needed
	$country[192][&#38;#39;value&#38;#39;] = &#38;quot;Zambia&#38;quot;;
	$country[192][&#38;#39;label&#38;#39;] = &#38;quot;Zambia&#38;quot;;

	$country[193][&#38;#39;value&#38;#39;] = &#38;quot;Zimbabwe&#38;quot;;
	$country[193][&#38;#39;label&#38;#39;] = &#38;quot;Zimbabwe&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In there I assume you'll only need Zambia and Zimbabwe country. You need to copy-paste another country code from the list in &#34;view-functions.php&#34; file as needed .
&#60;/p&#62;</description>
</item>
<item>
<title>rcaragao on "Different Country's Different Forms"</title>
<link>https://www.machform.com/forums/topic/different-countrys-different-forms#post-8547</link>
<pubDate>Fri, 29 Jan 2010 14:19:10 +0000</pubDate>
<dc:creator>rcaragao</dc:creator>
<guid isPermaLink="false">8547@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;With your solution I can remove just one country...&#60;/p&#62;
&#60;p&#62;Lets say I want to see just one or 2 countries on form...in another words I want to remove almost all and leave 1 or 2.&#60;/p&#62;
&#60;p&#62;Is There some way?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Different Country's Different Forms"</title>
<link>https://www.machform.com/forums/topic/different-countrys-different-forms#post-7971</link>
<pubDate>Sat, 14 Nov 2009 12:05:43 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">7971@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This is possible by using some dynamic country removal.&#60;br /&#62;
Let say you have a form with id number = 7 and you would like to remove &#34;Zambia&#34;.&#60;/p&#62;
&#60;p&#62;If you checked into &#34;includes/view-functions.php&#34;, Zambia is listed at index no. 192&#60;br /&#62;
Below those country list, add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($_REQUEST[&#38;#39;id&#38;#39;] == 7){
  unset($country[192]);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Simply add another code like that if you need to do it again for another form.
&#60;/p&#62;</description>
</item>
<item>
<title>caseybecking on "Different Country's Different Forms"</title>
<link>https://www.machform.com/forums/topic/different-countrys-different-forms#post-7963</link>
<pubDate>Sat, 14 Nov 2009 00:26:32 +0000</pubDate>
<dc:creator>caseybecking</dc:creator>
<guid isPermaLink="false">7963@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have multiple forms that are going to be using different country's. Is this possible. Right now i commented out any country's i didn't want people to see but this is machform wide and not specific to a form id. Any Ideas?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
