Categories
Tags → Form Submit Button

Block multiple form submission

This useful script prevents a form from being inadvertantly submitted more than once, which often occurs if the user clicks on the &"submit&" button multiple times before the process is complete. The result is partial or multiple su...
DETAILS

The form validation tutorial with php and java

Form validation the process that occurs after the user clicks the submit button and before the form data processed by a PHP, JAVA or CGI program. In this tutorial, you''ll learn how to intercept the submission and pass the form data through one ...
DETAILS

Stealth Form Reader

This program illustrates how to actually read and process fields of information from a form (including proper number to number conversion) on a webpage WITHOUT the need of having to actually use the traditional submit button (and writing sometimes lo...
DETAILS

Accept terms form submission

Does your form contain an &"Accept terms&" section users must agree to before submitting the form? If so, this script helps enforce it, by disabling the submit button (in IE4+ and NS6+) or process (all other browsers) until he/she c...
DETAILS

Submit1ce

Got a submissions form that you keep getting multiple submissions from? I''ve found that in most cases its because people are impatient and click the submit button repeatedly until they get a response. The unfortunate result is that you receiv...
DETAILS

PHPAntiSpamForm

This script will send a form by email, once submitted it will disable the submit button so the user cannot Spam the web master and also set a cookie so the user cannot load the form again. The script is has a wide range of options you can change as w...
DETAILS

VAT && Sales Tax Calculator

This script adds a fixed percentage to an order total depending on which option is selected from a menu. The script could also be used to add any percentage to any figure in a form (shipping, sales tax etc) dependent on what is selected in the menu. ...
DETAILS

Submit a form only once

This script demonstrates how to prevent your users from submitting the same form data multiple times. If the user click the submit button more than one once, it shows a small message that the form data has been already sent.
DETAILS

Submit Sends Email And Loads New Page

This JavaScript allows you to have a submit type button in a form which causes a mail message to be sent, and have the current page load a different URL.
DETAILS

Submit Once

Do you ever receive multiple copies of a single form submission? Do your visitors click the submit button over and over, hoping it will hurry up the process? This script will solve the problem by preventing the visitor from submitting the form after ...
DETAILS

Page:
©2003-2008 jCay.com