Projects tagged ‘forms’ and ‘validation’


Jump to tag:

Projects tagged ‘forms’ and ‘validation’

Filtered by Project Tags forms validation

Refine results Project Tags javascript (13) php (8) html (7) prototype (3) library (3) django (3) web (3) jquery (3) mvc (3) ajax (2) python (2) php5 (2)

[22 total ]

2 Users

Forms generation and validation is a PHP class that generates HTML forms supporting many built-in validation types on server and client sides. It supports template driven form HTML generation. It can ... [More] be extended with plug-in classes that provide additional controls, behaviors, validation rules, and rendering modes. There is one plug-in form submitting forms without page reloading via AJAX. [Less]
Created over 3 years ago.

2 Users

FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment.
Created about 1 year ago.

1 Users
   

ComboValidation is a class meant to validate HTML forms via PHP and JavaScript in the simplest possible way. All you need to do is to create an array of form fields' information with the required ... [More] parameters and then call a few methods. It is customizable (validation and view), Always backward-compatible, cross-browser (IE6+, Firefox2+, Opera7+, Safari3+, and all Mozilla based browsers), very well tested, easily integratble, lightweight, extensible, PHP 4 and 5 compatible, multi-lingual, and XHML valid, and has AJAX support. [Less]
Created about 1 year ago.

1 Users

A JavaScript port of Django's awesome form display and validation library.
Created about 1 year ago.

0 Users

Zebda is a general purpose Javascript library built on Prototype 1.4.0. Although it has some utility functions, the main purpose is handling client-side form validation.
Created 11 months ago.

0 Users

What is moolidate?moolidate is a simple mootools plugin that will painlessly validate strings, form fields, the inner text of an element and more. Only depends on the "Core", "Class", and "Native" ... [More] mootools classes. Who is it For?The moolidate plugin is for web developers that want to relieve the stress of validating and verifyng data that they may not have control over. You should have some basic knowledge of javascript and mootools to use this plugin. If you Feel that only checking the value.length of your inputs is not enough. Want advanced validation features but have little to no knowledge of regular expressions. Know regular expressions inside and out, but find writing and testing your own an annoyance. Use mootools extensively, and want a validation library that incorporates with it. Want Inform your users that they have invalid input without reloading the page. then moolidate is probably for you. Why moolidate?Easy to useSyntax is very clear and easy to use. $('name').validName() //true $('name2').validName() //false "Tracy O'Brady".isName() //trueSmart"123 555 6789".isPhoneNumber() //true "(123) 555-6789".isPhoneNumber() //true "123.555.6789".isPhoneNumber() //true "123-555-6789".isPhoneNumber() //true "12-3555-6789".isPhoneNumber() //false "123-555-6789a".isPhoneNumber() //false [Less]
Created 12 months ago.

0 Users

This small but powerful script lets you add javascript validation to your forms quickly and with very little effort. No programming experience is necessary, but it's fully extensible to allow ... [More] programmers to augment the built-in validation rules with their own. There are a lot of validation scripts out there, but I think this is one of the better ones. RSV comes in three flavours: as a standalone script, as a jQuery plugin and as a Prototype extension. All of the versions offer the same functionality, but I've separated the documentation and examples into sections to keep things clear. If you're unfamiliar with jQuery or Prototype you'll probably want to use the standalone script. [Less]
Created 7 months ago.

0 Users

kodform4 is server side form processing library. It is something like PEAR HTML_Quick_Form but I hope it will be better. It is possible to do fast prototypes of your forms and later to implement nice ... [More] look and feel. Elements have ability to render themselves but for layout you need to use HTML. This library is currently in preview stage but if you find interesting please use it and contribute. Currently implemented features form, fields (text, hidden and password), textarea and select (multi-select also). There is only validation class which is very useful for AJAX. [Less]
Created 11 months ago.

0 Users

Formtastic is designed to be a lightweight PHP library to ease the creation validation and processing of HMTL forms, it is designed to be easily extensible. This project is still in early alpha, the ... [More] code here I literally wrote in an afternoon and a half. I'm open-sourcing it in the hopes that I can improve it and in turn provide something to the greater community that could prove helpful. Documentation is available, and is still being developed. The eventual plan is to switch to PHPDoc or Doxygen for docs. [Less]
Created 2 months ago.