<?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: Exiting Form If First Question No</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Exiting Form If First Question No</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:06:01 +0000</pubDate>

<item>
<title>williamansley on "Exiting Form If First Question No"</title>
<link>https://www.machform.com/forums/topic/exiting-form-if-first-question-no#post-20676</link>
<pubDate>Thu, 10 Apr 2014 02:03:35 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">20676@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;christopherbrooks: Thank you very much. That does work. I was messing around with this and I got close, but I didn't quite get there.&#60;/p&#62;
&#60;p&#62;Having said that, I don't think that this is a very straightforward way to make this work. You have to create special fields just for the logic with specific default values and make them hidden, as well as potentially renaming some of your &#34;Continue&#34; buttons to &#34;Submit&#34;, and so on to make everything look nice and neat. There is room for a lot of improvement in the page logic functionality.
&#60;/p&#62;</description>
</item>
<item>
<title>christopherbrooks on "Exiting Form If First Question No"</title>
<link>https://www.machform.com/forums/topic/exiting-form-if-first-question-no#post-20658</link>
<pubDate>Wed, 09 Apr 2014 00:06:04 +0000</pubDate>
<dc:creator>christopherbrooks</dc:creator>
<guid isPermaLink="false">20658@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It is possible to skip pages; for a simple example:&#60;br /&#62;
page 1 asks which page to go to next -- either 2 or 3 are the choices. logic directs to 2 or 3 according to this field&#60;br /&#62;
page 2 has a hidden field default 1 which if not 0 logic directs to success&#60;br /&#62;
page 3 has also a hidden field default 1 which if not 0 logic directs to success (skip to success if any condition true p2 hidden not 0 or p3 hidden not 0)&#60;/p&#62;
&#60;p&#62;you can try it out at &#60;a href=&#34;http://sugarcreek1and4.org/poolform/view.php?id=11563&#34; rel=&#34;nofollow&#34;&#62;http://sugarcreek1and4.org/poolform/view.php?id=11563&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Exiting Form If First Question No"</title>
<link>https://www.machform.com/forums/topic/exiting-form-if-first-question-no#post-20653</link>
<pubDate>Tue, 08 Apr 2014 19:05:29 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">20653@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yuniar,&#60;/p&#62;
&#60;p&#62;Could you please address the scenario I outlined? Is it possible to create a 3 page form using page logic that skips either page 2 OR page 3 based on the input on page 1? If so, I cannot see how to do so.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
William
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Exiting Form If First Question No"</title>
<link>https://www.machform.com/forums/topic/exiting-form-if-first-question-no#post-20639</link>
<pubDate>Tue, 08 Apr 2014 14:12:06 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20639@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Simon -- it is possible to do so.&#60;/p&#62;
&#60;p&#62;Based on your description above, I assume you have 3 pages:&#60;/p&#62;
&#60;p&#62;Page 1&#60;br /&#62;
----------&#60;br /&#62;
normal page&#60;/p&#62;
&#60;p&#62;Page 2&#60;br /&#62;
----------&#60;br /&#62;
the page having the question: do you have driving license? (Yes) (No)&#60;/p&#62;
&#60;p&#62;Page 3&#60;br /&#62;
----------&#60;br /&#62;
the page asking for driving license details&#60;/p&#62;
&#60;p&#62;So, if the user answered &#34;Yes&#34; on Page 2, the form will go to Page 3 as normal. Otherwise, it will skip page 3 and submit the form.&#60;br /&#62;
Is that correct?&#60;/p&#62;
&#60;p&#62;If so, all you need to do is to use &#34;Success Page&#34; as the logic destination, like this:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;https://farm8.staticflickr.com/7108/13711142683_47bb2f72f8_o.png&#34;&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Exiting Form If First Question No"</title>
<link>https://www.machform.com/forums/topic/exiting-form-if-first-question-no#post-20632</link>
<pubDate>Tue, 08 Apr 2014 04:15:07 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">20632@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Simon,&#60;/p&#62;
&#60;p&#62;Here is my understanding of what you would like to accomplish: You have a three page form. Based on the answers on page 1, you would like the user to be presented with page 3, then the success page (skipping page 2), or page 2, then the success page (skipping page 3). Based on my experience, there is no way to accomplish this scenario with Machform as it currently functions.&#60;/p&#62;
&#60;p&#62;Please bear in mind that I am just another Machform user, not a member of the Appnitro staff, and that I haven't been using the logic features for more than a few week, because I didn't upgrade to a version that supported logic until I joined the version 4 Beta test, for reasons I won't take time to go into now.&#60;/p&#62;
&#60;p&#62;If there is a way to accomplish what you want to do that I am not seeing, hopefully another, more knowledgeable user, or a member of the Appnitro staff will respond to explain how it can be done.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
William
&#60;/p&#62;</description>
</item>
<item>
<title>scarter on "Exiting Form If First Question No"</title>
<link>https://www.machform.com/forums/topic/exiting-form-if-first-question-no#post-20631</link>
<pubDate>Tue, 08 Apr 2014 01:35:10 +0000</pubDate>
<dc:creator>scarter</dc:creator>
<guid isPermaLink="false">20631@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks William&#60;/p&#62;
&#60;p&#62;In your experience is jumping to the success page the only way to accomplish the task I am trying to achieve or is there a better way of &#34;exiting the form&#34; if certain criteria are not met?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Simon
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "Exiting Form If First Question No"</title>
<link>https://www.machform.com/forums/topic/exiting-form-if-first-question-no#post-20591</link>
<pubDate>Thu, 03 Apr 2014 23:13:32 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">20591@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@scarter: Yes, the page logic feature is disappointingly limited. I would like to see them extend the functionality so that, in addition to jumping to any page based on the logic using form  input in one or more fields, you could choose which page was visited after the first page jumped to. This could be done by adding a &#34;Select following page&#34; drop down menu at the end of each logic section, which would make the Continue/Submit button on that page unconditionally jump to the page chosen. Even if we only got the choice to make the following page the Success page, this would be a huge improvement. In this way you could make a five page form, in which, based on the choices made on page 1, the user would be shown, one of the following sets of pages:&#60;/p&#62;
&#60;p&#62;Page 1 -&#38;gt; Page 2 -&#38;gt; Success page&#60;br /&#62;
Page 1 -&#38;gt; Page 3 -&#38;gt; Success page&#60;br /&#62;
Page 1 -&#38;gt; Page 4 -&#38;gt; Success page&#60;br /&#62;
Page 1 -&#38;gt; Page 5 -&#38;gt; Success page
&#60;/p&#62;</description>
</item>
<item>
<title>scarter on "Exiting Form If First Question No"</title>
<link>https://www.machform.com/forums/topic/exiting-form-if-first-question-no#post-20589</link>
<pubDate>Thu, 03 Apr 2014 21:16:58 +0000</pubDate>
<dc:creator>scarter</dc:creator>
<guid isPermaLink="false">20589@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;We have an application form to allow someone to apply for a vehicle, but they need a driving licence.&#60;/p&#62;
&#60;p&#62;On our application form we have created a page 3 with a section break that advises they need a driving licence if they wish to apply and in the logic it skips page 2 if the answer is no, however when a user with a licence applies they fill in page two and still get page 3.&#60;/p&#62;
&#60;p&#62;Is there a better way of doing this without having to add all questions to logic one by one (there are quite a lot)?&#60;/p&#62;
&#60;p&#62;Love the application though, keep up the good work.&#60;/p&#62;
&#60;p&#62;Kind Regards&#60;/p&#62;
&#60;p&#62;Simon
&#60;/p&#62;</description>
</item>

</channel>
</rss>
