--- index-185plus-build7593-20090907.php        2009-08-24 00:37:55.000000000 +0200
+++ index.php   2009-10-28 13:46:12.000000000 +0100
@@ -936,6 +936,10 @@
        //the function will return false, to indicate that the whole group
        //should not display at all.
        global $dbprefix, $connect;
+       if (isset($_SESSION['step']) && ($_SESSION['step'] == $_SESSION['totalsteps']))
+       {
+               return true; // If this is the last group then show it, even if there are no questions. Otherwise you won't get a <Submit> button.
+       }
        $countQuestionsInThisGroup=0;
        $countConditionalQuestionsInThisGroup=0;
        foreach ($_SESSION['fieldarray'] as $ia) //Run through all the questions