<?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: Select a second form based on a multiple choice field</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Select a second form based on a multiple choice field</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 04:31:56 +0000</pubDate>

<item>
<title>adrianwilliams on "[closed] Select a second form based on a multiple choice field"</title>
<link>https://www.machform.com/forums/topic/select-a-second-form-based-on-a-multiple-choice-field#post-173</link>
<pubDate>Fri, 26 Oct 2007 11:33:16 +0000</pubDate>
<dc:creator>adrianwilliams</dc:creator>
<guid isPermaLink="false">173@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I agree - what a solution !&#60;br /&#62;
I found a slightly different way - I created a web page with 4 options - each with a hyperlink to a separate form. Luckily i didn't need a form at this stage. I do like the solution by mpivon if the option has to be in the form. :)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[closed] Select a second form based on a multiple choice field"</title>
<link>https://www.machform.com/forums/topic/select-a-second-form-based-on-a-multiple-choice-field#post-171</link>
<pubDate>Fri, 26 Oct 2007 05:43:09 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">171@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Oh wow.&#60;br /&#62;
That's pretty detailed instruction.&#60;/p&#62;
&#60;p&#62;Great idea you got there. Thanks for sharing this!&#60;br /&#62;
It's always a pleasure to see people being creative with MachForm ;-)
&#60;/p&#62;</description>
</item>
<item>
<title>mpivon on "[closed] Select a second form based on a multiple choice field"</title>
<link>https://www.machform.com/forums/topic/select-a-second-form-based-on-a-multiple-choice-field#post-168</link>
<pubDate>Fri, 26 Oct 2007 01:47:41 +0000</pubDate>
<dc:creator>mpivon</dc:creator>
<guid isPermaLink="false">168@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Just a note that this functionality can SORT OF be accomodated in the existing system, however, it requires creating a separate form for each instance, and it would only be practical for very small projects.&#60;/p&#62;
&#60;p&#62;Here's how - &#60;/p&#62;
&#60;p&#62;Assuming you have a form that wants to Poll Men and Women differently:&#60;/p&#62;
&#60;p&#62;1.  Create two forms:  Form 1 and Form 2 - Form 1 is &#34;Men&#34;, Form 2 is &#34;Women&#34;.&#60;/p&#62;
&#60;p&#62;2.  In each Form, create a Radio Button area (aka:  Multiple Choice)&#60;/p&#62;
&#60;p&#62;3.  Make the default value of Form 1 to be &#34;Men&#34;&#60;/p&#62;
&#60;p&#62;4.  Make the default value of Form 2 to be &#34;Women&#34;&#60;/p&#62;
&#60;p&#62;5.  In the FORM PROPERTIES area for each form set the DESCRIPTION to be the Question that you would ask the user.  i.e.:  &#34;If you are male, please click here&#34; for Form 1, and &#34;If you are Female, please click here&#34; for form 2.&#60;/p&#62;
&#60;p&#62;6.  HIDE the properties of each field on both form 1 and 2 so that it is visible only to an administrator.  This way, when a user sees the question, they will only see the Submit Button.  Since you set the default value to &#34;Men&#34; on this field, it will redirect to the &#34;Men&#34; Form... and likewise for the &#34;Woman&#34; form.  (Users will still see the submit button because it is not a component of the Hidden Field, but rather a component of the Form.&#60;/p&#62;
&#60;p&#62;7.  Set the value of Form 1 to redirect to a specific URL (or, in this case, another Machform) if it is selected -- let's say &#60;a href=&#34;http://www.YourMachFormInstall.Com/view.php?id=1&#34; rel=&#34;nofollow&#34;&#62;http://www.YourMachFormInstall.Com/view.php?id=1&#60;/a&#62;  which is the form for &#34;Men&#34;&#60;/p&#62;
&#60;p&#62;8.  Set the value of Form 2 to redirect to a specific URL (or, in this case, another Machform) if it is selected -- let's say &#60;a href=&#34;http://www.YourMachFormInstall.Com/view.php?id=2&#34; rel=&#34;nofollow&#34;&#62;http://www.YourMachFormInstall.Com/view.php?id=2&#60;/a&#62; -- which is the form for &#34;Women&#34;.&#60;/p&#62;
&#60;p&#62;9.  Copy the Embed Code / Integrated Form / IFRAME Code from Form 1 AND Form 2 into an HTML page.&#60;/p&#62;
&#60;p&#62;10.  Now you have a form that is, effectively TWO forms on one page.  When someone clicks on the first form (by clicking Submit) they will be redirected to the URL that coincides with the &#34;Men&#34; form.  When someone clicks on the second form (by clicking Submit) they will be redirected to the URL that coincides with the &#34;Women&#34; form.&#60;/p&#62;
&#60;p&#62;Admittedly, it's not perfect, but it can be done if you're in a bind.  &#60;/p&#62;
&#60;p&#62;Anyways, it worked for me...  :-)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[closed] Select a second form based on a multiple choice field"</title>
<link>https://www.machform.com/forums/topic/select-a-second-form-based-on-a-multiple-choice-field#post-157</link>
<pubDate>Wed, 24 Oct 2007 06:35:17 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">157@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Adrian,&#60;/p&#62;
&#60;p&#62;Unfortunately, MachForm doesn't support this feature yet.&#60;br /&#62;
This is a great feature indeed as many other users already asked about this too.&#60;/p&#62;
&#60;p&#62;Eventually, multiple page forms and logic/branching will be implemented. But at this moment I can't promise you on which version.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>adrianwilliams on "[closed] Select a second form based on a multiple choice field"</title>
<link>https://www.machform.com/forums/topic/select-a-second-form-based-on-a-multiple-choice-field#post-155</link>
<pubDate>Wed, 24 Oct 2007 03:54:00 +0000</pubDate>
<dc:creator>adrianwilliams</dc:creator>
<guid isPermaLink="false">155@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have to say, Machform is great. Support from Yuniar is second to none.&#60;br /&#62;
Back to the question - I have a form with one field - an option field with four options, form1, form2 form3,form4.&#60;/p&#62;
&#60;p&#62;When I submit the form, can machform select one of the forms based on the selection made by the user ?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
