<?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: Submit Once</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Submit Once</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 21:00:45 +0000</pubDate>

<item>
<title>jblackburn on "Submit Once"</title>
<link>https://www.machform.com/forums/topic/submit-once#post-20674</link>
<pubDate>Thu, 10 Apr 2014 01:47:41 +0000</pubDate>
<dc:creator>jblackburn</dc:creator>
<guid isPermaLink="false">20674@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can someone explain exactly how to implement this with a MachForm? We are having the same issue on simple forms... sometimes 2 or 3 entries from the same person. I like the idea of the &#34;grayed out&#34; or even something that would say &#34;please wait&#34; while it was submitting.
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "Submit Once"</title>
<link>https://www.machform.com/forums/topic/submit-once#post-20175</link>
<pubDate>Mon, 17 Feb 2014 12:03:22 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">20175@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I found this (not sure if it will be what you want - although it works for me):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
count=0;
function valSub(){
    count++;
    return ((count&#38;gt;1)?false:true);
}
&#38;lt;/script&#38;gt;
&#38;lt;form action=&#38;quot;&#38;lt;?=$GLOBALS[&#38;#39;PHP_SELF&#38;#39;]?&#38;gt;&#38;quot; method=&#38;quot;post&#38;quot; onSubmit=&#38;quot;return valSub();&#38;quot;&#38;gt;
&#38;lt;input type=&#38;quot;submit&#38;quot;value=&#38;quot;Submit&#38;quot;&#38;gt;
&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.kcmhosting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kcmhosting.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "Submit Once"</title>
<link>https://www.machform.com/forums/topic/submit-once#post-20174</link>
<pubDate>Mon, 17 Feb 2014 11:51:14 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">20174@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;PHP is a server-sided language, which means that you won't be able to control the user's browser (I.E. The back button).  &#60;/p&#62;
&#60;p&#62;My suggestion would be to put a big warning on the site asking the customer to not use the back button (or the order will be refused - something like that).&#60;/p&#62;
&#60;p&#62;Your submit once script should work for most people but a lot of other people are impatient and will not wait for their connection to catch up with the request.  I guess that's the price of doing business.  Not much you can do about it.&#60;/p&#62;
&#60;p&#62;I'll go through some stuff I have laying around and see if there is anything that can be done, but don't count on it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.kcmhosting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kcmhosting.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>davidhayward on "Submit Once"</title>
<link>https://www.machform.com/forums/topic/submit-once#post-20153</link>
<pubDate>Fri, 14 Feb 2014 23:42:50 +0000</pubDate>
<dc:creator>davidhayward</dc:creator>
<guid isPermaLink="false">20153@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have the same issue, is there a way to do this?
&#60;/p&#62;</description>
</item>
<item>
<title>jpetersen on "Submit Once"</title>
<link>https://www.machform.com/forums/topic/submit-once#post-20152</link>
<pubDate>Fri, 14 Feb 2014 22:06:48 +0000</pubDate>
<dc:creator>jpetersen</dc:creator>
<guid isPermaLink="false">20152@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;We have intergrated a submit once &#34;script&#34;, so when you click on the button it will be grayed out and NOT clickable.&#60;br /&#62;
And still we have multiple submits from some users. Not that much anymore but max 10!&#60;br /&#62;
Any help would be much appreciated.&#60;/p&#62;
&#60;p&#62;Jarno
&#60;/p&#62;</description>
</item>
<item>
<title>katherholt on "Submit Once"</title>
<link>https://www.machform.com/forums/topic/submit-once#post-20084</link>
<pubDate>Tue, 04 Feb 2014 03:22:57 +0000</pubDate>
<dc:creator>katherholt</dc:creator>
<guid isPermaLink="false">20084@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I am having the same issue - multiple submits from various forms. The problem is not consistent and I'm not sure about the bandwidth issue.
&#60;/p&#62;</description>
</item>
<item>
<title>jpetersen on "Submit Once"</title>
<link>https://www.machform.com/forums/topic/submit-once#post-20038</link>
<pubDate>Thu, 30 Jan 2014 20:14:13 +0000</pubDate>
<dc:creator>jpetersen</dc:creator>
<guid isPermaLink="false">20038@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;br /&#62;
We are having problems with some clients who use the forms with a low-bandwith conection.&#60;br /&#62;
Is it possible to disable the submit button after submitting.&#60;br /&#62;
Now we get between 1 and 100 submits from 1 client.&#60;br /&#62;
Something like this: &#60;a href=&#34;http://tympanus.net/Development/ProgressButtonStyles/&#34; rel=&#34;nofollow&#34;&#62;http://tympanus.net/Development/ProgressButtonStyles/&#60;/a&#62; (fill horizontal)&#60;/p&#62;
&#60;p&#62;If so where can I change this and how.&#60;br /&#62;
Kind regards &#60;/p&#62;
&#60;p&#62;Jarno
&#60;/p&#62;</description>
</item>

</channel>
</rss>
