Form Validation + Ajax Submit With ProtoForm
28
Aug
ProtoForm is a "very easy to implement’, lightweight (4kb) & unobtrusive form validation & Ajaxed submit solution that depends on Prototype.
It can validate:
- date
- telephone number
- URL
Parameters are mentioned within the attributes like:
<input type="text" id="name_Req" name="name" title="Required! Try again" />
This makes it very easy to implement (a negative point can be requirement to define the ids in a specific way).
ProtoForm also sends data and shows response with Ajax, highlights the form field on focus and on error.
Requirements: Prototype
Compatibility: All Major Browsers
Website: http://www.cssrevolt.com/upload/files/protoformclass/
Compatibility: All Major Browsers
Website: http://www.cssrevolt.com/upload/files/protoformclass/
- Tags:
Ajax Javascript Prototype
- Filed under: Forms, Goodies, LGPL License





3 Responses for "Form Validation + Ajax Submit With ProtoForm"
[...] me encargó algunas actualizaciones de su sitio entre las que incluyó un nuevo formulario. En Web Resources Depot encontré un script que me gustó mucho y que voy a [...]
Thank you are what you need
I am the author of prototoform; I improved the script, it’s now even easier to use
http://www.cssrevolt.com/upload/files/protoformclass/
Valid XHTML | Valid CSS
Popular Posts