Download List

專案描述

Nibble forms is a stand-alone PHP class collection that allows developers to begin easily developing HTML forms with PHP validation. The forms that can be developed are very customizable, but they can also be set up simply and quickly with minimal arguments.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-19 02:06
1.3.0

A new ReCaptcha field that can be used by simply adding your public and private ReCaptcha keys to the class file. A new URL field which, along with the existing email field, is rendered as the HTML 5 equivalent field instead of regular text fields.
標籤: Beta

2011-01-07 07:11
1.2.1

A bug with textareas not having cols or rows attributes has been fixed. A bug with multiple forms on the same page causing CRSF errors has been fixed.

2011-01-06 23:54
1.2.0

Custom error messages are accepted by individual fields. Custom HTML can be added to fields and elements. A bug that prevented email, text, and password fields with "required" set to false from validating when empty was fixed. A bug causing 0 to fail in text fields and all extension fields was fixed.

2011-01-04 07:13
1.1.3

This release adds text areas; an oversight during coding meant they were initially left out.

2011-01-04 01:25
1.1.2

A bug causing error display to not be consistent over display types was fixed. Arguments to add minimum height and width restrictions to image upload were added. An option to display single or multiple errors per field has been added. A bug causing entered values of 0 to fail in text fields was fixed. A bug causing mixed keys in radio, select, and checkbox fields to fail was fixed. A bug messing numeric values of data being added by addData() was fixed. File upload fields were added.

Project Resources