JavaScript Tutorials Forms



Featured Tutorial
Feature your own tutorial here! Find out more.
Build an Incredible Login Form with jQuery
Submitted by envato » One struggle that still remains today in web design is displaying all of the redundant information on every page. For example, a login form. What if there was a way to easily make the content accessible on every page, but keep it hidden until needed? Well you can, by making a top panel that when clicked, will reveal its self and its content. But we need to make this look nice, so we'll also animate it.
Rating: 5.0/5 | 168 clicks | 0 comments | 1 save | share | report
jQuery and Check Boxes
Submitted by ProDevTips » Tutorial on how to create a searchform containing check boxes, when submitted we get all checked checkboxes through jQuery and send a JSON string via Ajax that will be used by PHP to get the search result.
Rating: 4.0/5 | 126 clicks | 0 comments | 0 saves | share | report
Apply bbcode with JavaScript
Submitted by Tb-one.se » A simple way to apply bbcode tags into your forms with JavaScript....
Rating: 4.0/5 | 529 clicks | 2 comments | 0 saves | share | report
Form processing with Javascript
Submitted by Xangelo » Don't put any unnessary strains on your server. Using Javascript you can make sure all the fields are filled out, and filled out correctly before passing them on to your PHP form handler.
Rating: 2.5/5 | 1,129 clicks | 1 comment | 2 saves | share | report
PHP Form Processing
Submitted by dot-Silver.co.uk » Learn how to do form processing within PHP.
Rating: 3.5/5 | 970 clicks | 0 comments | 4 saves | share | report
Textbox field
Submitted by DevelopNew » An effective way of performing script input and output operations is through use of textbox fields. You can use textboxes, <input type="text"/>, as input areas into which users enter information, and you can use them as areas to display script output.
Rating: 3.0/5 | 1,493 clicks | 0 comments | 1 save | share | report
Form Validation
Submitted by Toxiclab.org » Before sending data from script form it is necessarily to check input date. JavaScript is ideal for that, because the all date befor submitting, will be checked and by that we will save on bandwith.
Rating: 3.0/5 | 1,463 clicks | 0 comments | 2 saves | share | report