<?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: [urgent] Reset button, to reset form for customers.</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: [urgent] Reset button, to reset form for customers.</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 20:50:02 +0000</pubDate>

<item>
<title>MvdL79 on "[urgent] Reset button, to reset form for customers."</title>
<link>https://www.machform.com/forums/topic/urgent-reset-button-to-reset-form-for-customers#post-21989</link>
<pubDate>Tue, 14 Oct 2014 19:01:44 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">21989@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Uhmz... Completely makes sense what you said.&#60;br /&#62;
Will leave it as it is and *when* it gives problems, I will add the button. &#60;/p&#62;
&#60;p&#62;Thanks for responding Yuniar. :)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[urgent] Reset button, to reset form for customers."</title>
<link>https://www.machform.com/forums/topic/urgent-reset-button-to-reset-form-for-customers#post-21971</link>
<pubDate>Mon, 13 Oct 2014 13:24:00 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">21971@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;MachForm uses standard PHP session to keep track the information when your customers fill a multipage form. By default, the session will expire after certain period of time already (after 30 minutes or 1 hour, depends on the PHP setting on your server) or when your customers restarted their browser.&#60;/p&#62;
&#60;p&#62;I suggest not to change this behavior as this is quite the standard.&#60;br /&#62;
If you are testing it, I suggest to use the browser incognito mode each time you would like to do some test. This way, your session won't get tracked.&#60;/p&#62;
&#60;p&#62;However, if you really want it, here is a PHP code that could reset the session:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

session_start();
$_SESSION = array();

session_regenerate_id();

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Put that code into a PHP file and then create a link within your form to that page.&#60;br /&#62;
That should reset the session.
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "[urgent] Reset button, to reset form for customers."</title>
<link>https://www.machform.com/forums/topic/urgent-reset-button-to-reset-form-for-customers#post-21952</link>
<pubDate>Thu, 09 Oct 2014 16:13:54 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">21952@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar (and other staff),&#60;/p&#62;
&#60;p&#62;How do we add a form reset button for customers. For example; I am now testdriving a form, however it remembers everything. If I now open the page with the form I am currently using it remembers what I have filled in so far.&#60;/p&#62;
&#60;p&#62;This is especially annoying since I am testing our forms, but I think it will also be &#34;annoying&#34; for customers when they will use the form, because if they decide to order something else, they have to unselect stuff.&#60;/p&#62;
&#60;p&#62;Or can you give me a piece of code so a button (with image) is added, so customers can reset the form completely?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
