• New Scripts

  • Popular Scripts

  • Top Scripts

  • Rss feed
Advance Scripts
  • Scripts
  • Add Link
  • Sponsor Listing
  • Login
  • Register
  • Getting Rated
  • Blog

Scripts

  • ASP Scripts
  • ASP.NET Scripts
  • Ajax Scripts
  • C And C++ Scripts
  • CFML Scripts
  • CGI & Perl Scripts
  • Flash Scripts
  • Java
  • JavaScript
  • PHP Scripts
  • Python Scripts
  • Remotely Hosted
  • Ruby on Rails
  • Tools and Utilities
  • Web Hosting
  • XML Scripts

 Scripts  » JavaScript » Scripts and Programs » Form Processors

Form Processors





Disable Checkbox

This shows how to disable a checkbox selection based upon a radio button selection
  • Home
  • Rate It
  • Error
Price: Free   Rate:  4.5(out of 5)    Vote:19  

Count Checkboxes/RadioBoxes Selected

This example counts the number of radio boxes that are selected.
  • Home
  • Rate It
  • Error
Price: Free   Rate:  4.0(out of 5)    Vote:11  

NEA Creative Feedback

jQuery driven dynamic feedback form. It is opened or closed from left side of the site.
  • Home
  • Rate It
  • Error
Price: 10   Rate:  0.0(out of 5)    Vote:0  

Hotel Reservation Form

This is the client part of a hotel reservation form with client-side validation and localization. It comes along with support for 4 languages - English ("en-US"), Bulgarian ("bg"), German ("de") and French ("fr"). The form labels and validation warning messages are stored in .xml files and parsed onload. The default language could be easily set by changing a single variable in the ... of the webpage: The localization files are easily editable and are stored in the ReservationForm/Localizat ion/ folder. The form layout is pure CSS and may be customized by editing the ReservationForm/Reservati onForm.css file
  • Home
  • Rate It
  • Error
Price: free   Rate:  0.0(out of 5)    Vote:0  

Highlight related label when input has focus

The label element does not render as anything special for the user. However, it provides a usability improvement for mouse users, because if the user clicks on the text within the label element, it toggles the control. With the script below you can add an extra improvement to your form. Now when an input field has the focus the corresponding label will be highlighted.
  • Home
  • Rate It
  • Error
Price: free   Rate:  0.0(out of 5)    Vote:0  

Password Strength Meter MooTools Plugin

Password Srength Meter is a JavaScript password strength checker based on MooTools 1.3. It aims to provide simple, reliable password strength indications across all browsers in an unobtrusive manner. It is 100% styled by CSS and allows for custom validations. It can be used with effects or without and has an optional text component that changes with each change of state.
  • Home
  • Rate It
  • Error
Price: Free   Rate:  0.0(out of 5)    Vote:0  

Auto Form JavaScript

This script generates all HTML form input automatically after your specifications. You do not need to install anything or run any type of server to get this script up and running. On a single page you are able to create all your form input fields, including editing, removing and sorting, and setting up the configuration for the main form tag. All valid input attributes are available, unique attributes for specific input fields, global attributes and form overrides. A small portion of these available attributes would be value, id, class, name, title, options, disable, readonly, placeholder and many more. To make the html output more useful each input field can be wrapped with HTML . The script also generates stubs for MySQL statements for insert and update.
  • Home
  • Rate It
  • Error
Price: $6   Rate:  0.0(out of 5)    Vote:0  

Textarea Maxlength script

This is a simple but effective script for extending your textarea with a maxlength attribute, so the user's input cannot exceed a certain number of characters. Works with any number of textareas on the page.
  • Home
  • Rate It
  • Error
Price: free   Rate:  0.0(out of 5)    Vote:0  

Change Button Text On MouseOver

This randomly picks a string to use and places that string on the form button. This runs on a mouseover event, so that everytime the user places the mouse over the button its text will change.
  • Home
  • Rate It
  • Error
Price: Free   Rate:  5.0(out of 5)    Vote:5  

RBL_Forms

RBL_Forms is a free DHTML form builder. With this tool you can create a nice and complex form with control, datepicker, and more.
  • Home
  • Rate It
  • Error
Price: FREE   Rate:  0.0(out of 5)    Vote:0  

Rbl_Forms : Dynamic form builder

Rbl_form is a free and opensource web tool (jQuery and DHTML) to create and design a nice html form.
  • Home
  • Rate It
  • Error
Price: Free   Rate:  0.0(out of 5)    Vote:0  

BlueShoes Slider Widget

Much nicer than an input field where a user can type in a number from 0 to 10, to 100 or whatever. many features, check the web page.
  • Home
  • Rate It
  • Error
Price: both free/commercial   Rate:  5.0(out of 5)    Vote:2  

BlueShoes LimitedTextarea Field

I bet you've seen it: a textarea field with the message "max 255 characters" next to it. But when do i have to stop typing? Me, I open MS Word and use the "count characters" feature. Very annoying.
  • Home
  • Rate It
  • Error
Price: free   Rate:  5.0(out of 5)    Vote:1  

Count down field character - Free

A very simple and powerfull Count down field character in javascript !!!! Useful for contact form or any type of forms.
  • Home
  • Rate It
  • Error
Price: free   Rate:  0.0(out of 5)    Vote:0  

BlueShoes FlipFlop Field

In a select form field that has the "multiple" attribute, the user may select more than one option. The problem is that most normal users don't know that this can be done using by holding shift or ctrl while clicking.
  • Home
  • Rate It
  • Error
Price: free   Rate:  0.0(out of 5)    Vote:0  

RadioButton.XML

RadioButton.XML is finally a successful attempt for codeless, reliable, accessible and semantic skinning of radio buttons. The solution makes use of real radio buttons with labels and their toggle functionality and skinned list-items, allowing single-line and multi-line radiobutton list rendering, native client- or server-side validation and easy skinning using just three images and a few lines of css. Currently it comes with 10 predefined skins - Acid, Blue, Classic, Default, Green, Mac, Orange, Red, Vista, WindowsXP.
  • Home
  • Rate It
  • Error
Price: $10.00   Rate:  0.0(out of 5)    Vote:0  

Destination Form Action

A simple checkbox to change the "action" destination in your form. This tools can be used with other form field and text link. Script very customizable and It's free so enjoy !!!!
  • Home
  • Rate It
  • Error
Price: free   Rate:  0.0(out of 5)    Vote:0  

BuayaCorp Forms Validator

This script will help you in common tasks like client side validation. The validation in the client side is important, it can save innecesary postbacks to validate our data, but we can't ensure that it always will be enabled the client side scripting, for that reason it's also necessary to make data validation on the server side, to avoid incoherences.... Features * It allows the validation of text fields, text area, lists * It allows the use of customized functions * It allows to add to events to elements using regular expressions (when it is wanted to limit the input of certain characters, in this version it doesn't accesible) * Different ways to show errors * It allows to make debugging * Object Oriented * Compatible with IE and Mozilla Firefox
  • Home
  • Rate It
  • Error
Price: free   Rate:  0.0(out of 5)    Vote:0  

Editable JavaScript TreeGrid

DHTML JavaScript component to display and edit data in table, grid, tree or grid with tree. Compatible with the most of standard browsers. Does not require any installation or other components on client or server side. Has very small code (~50 kB) due compression used. Communicates with server by standard HTML submit (POST) command. Bandwidth between server and client is reduced to minimum because all actions are performed on client side and from and to server are sent just pure data on submit.
  • Home
  • Rate It
  • Error
Price: $600   Rate:  5.0(out of 5)    Vote:1  

Tigra Slider Control PRO

Tigra Slider Control PRO - is DHTML component for the websites that adds advanced vertical and horizontal trackbar capability to the HTML forms similarly to the controls widely used in desktop applications. The position of the handler is translated into the value from specified range and placed in existing input box of the HTML form. The slider is simple improvement that makes the interface more user friendly. Features include: any number of controls can be added to any number of forms;
  • Home
  • Rate It
  • Error
Price: $29.00   Rate:  0.0(out of 5)    Vote:0  
1 2 3 4 5


Share |


Home | Feedback | Privacy | Advertise with us
(c) Copyright 20013 AdvanceScripts™. All rights reserved.
No part of this website may be reproduced, copied and/or distributed in any medium without express written permission
Trademarks are property of their respective owners
26 users online