<?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: Multipage form will not continue to next page</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Multipage form will not continue to next page</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:07:54 +0000</pubDate>

<item>
<title>yuniar on "Multipage form will not continue to next page"</title>
<link>https://www.machform.com/forums/topic/multipage-form-will-not-continue-to-next-page#post-22239</link>
<pubDate>Mon, 01 Dec 2014 13:31:45 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">22239@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;That is PHP session issue indeed and the session start code should fix it.&#60;br /&#62;
Just make sure to put that code into the very first line (line 1), before anything else.&#60;/p&#62;
&#60;p&#62;If you are getting the &#34;Warning: session_start(): Cannot send session cache limiter - headers already sent&#34; message, then most likely there is some code above that. Try to check for empty spaces and remove them, as empty spaces are considered as output characters as well.
&#60;/p&#62;</description>
</item>
<item>
<title>got2know on "Multipage form will not continue to next page"</title>
<link>https://www.machform.com/forums/topic/multipage-form-will-not-continue-to-next-page#post-22217</link>
<pubDate>Thu, 27 Nov 2014 05:55:45 +0000</pubDate>
<dc:creator>got2know</dc:creator>
<guid isPermaLink="false">22217@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This may be a related issue.&#60;/p&#62;
&#60;p&#62;I just installed 4.2 and am having issues with multi page form.  The form usually does not continue to the 2nd page, just stays on the first page when I hit the Continue button.&#60;/p&#62;
&#60;p&#62;This is an issue using the PHP Code Embed.  It seems to work consistently well with the Javascript embed.&#60;/p&#62;
&#60;p&#62;Occasionally the php embed version of the form will work - I suspect when some kind of cookie or session has been set/reset - but usually it doesn't work.&#60;/p&#62;
&#60;p&#62;I tried the &#34; ... ?php session_start(); ? ...&#34; hack (mentioned earlier in this thread), and that solves the problem of being able to continue to go to the 2nd page, however, it also pops an error on the page &#34;Warning: session_start(): Cannot send session cache limiter - headers already sent&#34;.&#60;/p&#62;
&#60;p&#62;I've got no other PHP on the page - it's simply an empty page with the form on it.&#60;/p&#62;
&#60;p&#62;I really want to continue to use the PHP Embed method because we do a lot with custom site CSS files and the Javascript uses an iframe which has caused issues in the past linking to our site's CSS file(s) (on other websites where we also use MachForm).&#60;/p&#62;
&#60;p&#62;Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>christic on "Multipage form will not continue to next page"</title>
<link>https://www.machform.com/forums/topic/multipage-form-will-not-continue-to-next-page#post-21678</link>
<pubDate>Sun, 31 Aug 2014 09:26:24 +0000</pubDate>
<dc:creator>christic</dc:creator>
<guid isPermaLink="false">21678@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I know this answer was 2 years ago, but I am getting same issue all of the sudden,  did not fix it if I am doing it right?   Any help would be grateful.&#60;/p&#62;
&#60;p&#62;Clarence
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Multipage form will not continue to next page"</title>
<link>https://www.machform.com/forums/topic/multipage-form-will-not-continue-to-next-page#post-15609</link>
<pubDate>Wed, 15 Aug 2012 19:54:45 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">15609@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This is related with session cookies. I think different browsers has different defaults and the above code somehow forced all the browsers to behave the same.
&#60;/p&#62;</description>
</item>
<item>
<title>jmccord on "Multipage form will not continue to next page"</title>
<link>https://www.machform.com/forums/topic/multipage-form-will-not-continue-to-next-page#post-15597</link>
<pubDate>Tue, 14 Aug 2012 23:17:44 +0000</pubDate>
<dc:creator>jmccord</dc:creator>
<guid isPermaLink="false">15597@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This fixed it! Thank you very much!&#60;br /&#62;
Any idea why that's browser specific? I didn't expect that at all.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Multipage form will not continue to next page"</title>
<link>https://www.machform.com/forums/topic/multipage-form-will-not-continue-to-next-page#post-15594</link>
<pubDate>Tue, 14 Aug 2012 18:09:45 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">15594@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;On the page where you embed the form, try to add this code below into line 1, before any other code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php session_start(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>jmccord on "Multipage form will not continue to next page"</title>
<link>https://www.machform.com/forums/topic/multipage-form-will-not-continue-to-next-page#post-15590</link>
<pubDate>Tue, 14 Aug 2012 01:50:02 +0000</pubDate>
<dc:creator>jmccord</dc:creator>
<guid isPermaLink="false">15590@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have a PHP embeded form. It's quite large and spans four pages. It works fine on Chrome on OSX and Chrome on Windows, but in IE on Windows it will not continue to page 2. It just resets the page, and you lose all your data (it goes blank). Is this a common problem? Am I doing something wrong? Also, the page is SSL.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
