PR: 3
| JS Auto Form ValidatorThe JS Auto Form Validator is an easy-to-setup form validation script which enables you to handle the whole form validation process without writing any JavaScript code. This script allows you to... - Read more |
N/A
| Form Dependency ManagerThis is a form dependency script for shuttling the display of fields within a complex form, where the visibility of a form field should depend on the value and/or state of another. - Read more |
N/A
| Recall Form values script IIThis script add a checkbox to your forms that enables users to remember the values of certain text fields. - Read more |
N/A
| dhtmlxGrid - JavaScript Grid ControldhtmlxGrid is flexible JavaScript grid control with powerful API. This component allows displaying, editing and sorting tabular data. AJAX mechanism of data loading adds great responsiveness to the... - Read more |
N/A
| Smart FormsSmart Forms has more than 20 validation types and extra features that make using forms a better experience. The best practice of form validation involves two stages: 1) JavaScript validation since... - Read more |
N/A
| Strip HTML tags (form) scriptThis script removes any HTML tags from user entered data such as a TEXTAREA before the form is submitted. This is generally a good idea, as HTML tags can corrupt the rest of your form contents or... - Read more |
N/A
| HTML to Entities (form) scriptThis script converts certain special HTML characters to their entities version inside user entered data such as a TEXTAREA for security reasons. - Read more |
N/A
| Validate Date field scriptThis script validates a date field to ensure it's in the format mm/dd/yyyy. It also intelligently checks that the date ranges are valid, so something like 02/30/2005 is caught. - Read more |
N/A
| Remember Form values scriptUsing cookies, this script remembers the value entered into your form's inputs by your visitor, and upon his/her return, loads the textbox with that value. - Read more |
N/A
| Javascript Get or Set Checked Radio ValueThis pair of Javascript function can get or set the checked value of a group of radio buttons. These functions are specially designed for dynamic pages, and work without error with zero, one, or... - Read more |