Form Processors scripts - Top 4 Download

Form Processors script downloads

PhpMyValidator

PhpMyValidator is a php class used to help in the validating of information submitted via a post or get form. This class can take that information and validate it. If an error exists, it will add the default or custom error message to an array which can later be printed to ...

FormMail Script

FormMail is a generic HTML form to e-mail gateway that parses the results of any form and sends them to the specified users. This script has many formatting and operational options, most of which can be specified within each form, meaning you don't need programming knowledge or multiple scripts for multiple ...

Free Customized Feedback Form Wizard

This script creates a FREE feedback form for your website. This allows you to put a Feedback Form or Contact Form on your site so that visitors can send you messages / email or make comments.Features: - Plug and Play: All the necessary code for the feedback form is generated for ...

Filtering Large Select Lists

If you have a very large HTML SELECT list, finding the correct item can be like looking for a needle in a haystack. For example, if you have a list of a couple hundred names, finding a single one can be difficult. This  JavaScript technique permits to filter the items in a select ...
JavaScript

Block multiple form submission

This useful script prevents a form from being inadvertently 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 submissions. With this script, the submit button is disabled once it's been pressed the ...
JavaScript

jsFormValidation

jsFormValidation() is a collection of JavaScript functions that limit user input into forms before they're submitted. ...
JavaScript

Dynamic form field

This php script is useful in forms where a value of a database record will be filled inside the form field. This is an easy way to get the right value inside the field if the form is submitted before and/or the process is stopped because some validation issue occurs. ...