Easy Forms
Updates
26/11/2009:
- Composer problems solved
- Tested and working on PHP versions older than 5.2.
- Fixed double execution of formHandler
- Replaced deprecated eregi email validator with preg_math variant
19/11/2009:
- Composer delete element problem solved
- Object # output with PHP versions older than 5.2 solved.
- formHandler function gets executed 2 times solved
22/10/2009:
- Added Form builder application
- Added ul tags wrapper
- Support for object callbacks
- Problem in Form Processed method fixed
- Problem with empty password field fixed
- Added li wrapper around hidden form tag field
Features
22/10/2009: There is a form builder included now
One of the most time consuming and hated jobs in webdevelopment is without doubt, creating forms.
Think about the many hours you spend creating contact forms that validated the email address or that upload form that only needs to accept jpg images that are smaller then 300 by 300 pixels.
With EasyForms we make an end to this. EasyForms is a PHP library that helps you create forms on a fast and easy way including input validation.
Together with the EasyForm library, you get 4 examples forms that are created
using this library:
- Contact form
- Image upload with extension and image size validation
- Quote request form
- Subscribe form that adds the email address and name to a CSV file
Examples included
CSV Subscribe form: http://preview.sitebase.be/scripts/easyform/Example2/ Image upload form: http://preview.sitebase.be/scripts/easyform/Example3/ Contact form: http://preview.sitebase.be/scripts/easyform/Example4/






72comments