AJAX forms
- See also: HTML forms
- See also: AJAX forms tutorials
- ajax autosuggest
-
Brandspankingnew.net - Ajax autocomplete
Demo and source code for Autocomplete / AutoSuggest: An AJAX auto-complete text field.
-
Dhtmlgoodies.com - Database autosuggest
Ajax and a PHP file which creates a database table for the auto suggest list. Ajax contacts this file from the script. This file outputs a list of countries in the demo.
-
Roscripts.com - Ajax autosuggest/autocomplete from database
A search form and a response page that will perform the search based on the $_POST parameter received from our index and display some possible matches/results/suggestions. Script.aculo.us for the Ajax.
-
Entechsolutions.com - AJAX AutoSuggest
The AutoSuggest class adds a popdown menu of suggested values to a text field. The user can either click directly on a suggestion to enter it into the field, or navigate the list using the up and down arrow keys, selecting a value using the tab key. The values for the suggestion list are to provided as XML (by a PHP script, or similar). and there's the Script.aculo.us AJAX autocompletion demo
- ajax validation
-
Livevalidation.com - Instant validation
LiveValidation is a small open source javascript library built for giving users real-time validation information as they fill out forms. Not only that, but it serves as a sophisticated validation library for any validations you need to make elsewhere in your javascript, it is not just limited to form fields.
- ajax form enhancements
-
Freeajaxscripts.net - Prevent PHP session timeout
Sometimes users lose data during long form entry due to session timeout. Very discouraging to hit submit and find your login has expired! This Ajax assist will a) validate the php session is still valid, b) prevent further form entry if not, and c) do a periodic automatic submit of the form.
-
Jasonmoser.com - Auto enlarging text-field
Using Prototype.js a form text area will automatically enlarge itself when needed. If a textarea with a set height containing overflow contents the area enlarges onclick.
-
Hakc.net - AJAX password strength
Type your password in the box and the script will automatically determine it's strength.
-
Psyrens.com - Ajax captcha
Demo and source code for AJAX captcha verification using images.
-
Freeajaxscripts.net - Chained select box
This script uses Ajax & PHP to popuplate a select box with cities based on which country you input.
-
Malsup.com - AJAX Form Plugin
jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather information from the form element to determine how to manage the submit process. Both of these methods support numerous options which allows you to have full control over how the data is submitted.
- ajax contact forms
-
Circlesixdesign.com - Ajax contact form
Ajax contact form highlighting all of the fields that need to be filled plus fields with errors (error message displayed). PHP processes everything the form sends and returns the array of extra form fields as name->value pairs. It even checks MX records to see if the domain on your email address is valid. Has code modularity to easily define variables.
-
Web-kreation.com - LightForm
LightForm is a free Ajax/PHP contact form. It combines FormCheck2 for fields validation and NiceForms to style text fields and textareas.
-
Webtoolbag.com - AJAX feedback form
This is simple and powerfull AJAX feedback form protected with "Captcha ZDR" tool writen in PHP This script is ready for integration in your pages. The FeedBack form using PHP, HTML, AJAX, JavaScript, CSS You need just put your email address in $email_recipient to receive messages from that feedback and just need to include the script in your page. Open post.php file and write your email for receiving messages from feedback form.
-
Ajaxtutorial.net - AJAX contact form
A simple way to use Ajax for a website contact form using one script which can be added to any page using the php include function.
-
Dustindiaz.com - Ajax Contact Form + YUI
Unobtrusive, degradeable ajax contact form code with validation animation. (Version 1: Unobtrusive ajax contact form)
-
Roscripts.com - Ajax newsletter form
An ajax form to collect the email addresses and respond with a message without the need to reload or redirect. Using mootools for the AJAX effect, it communicates with a php file which will collect the input of the form and, based on our validation rules, decide what should be done.
