Autoform v0.8.1 - PHP5, MIT License

Creating fully functioning HTML forms is a tedious task, so I started this project to save my sanity.

  1. Add and modify fields more easily than with HTML ... there's less typing involved
  2. Choose from built-in validation patterns, or add your own
  3. Use the default presentation templates, or customize to your liking
  4. When the form is submitted, performs server-side validation
  5. If validation fails, prepares and displays error messages, while keeping the data that was submitted

Browse the code on github
SourceForge Project Page

Demo

Autoform demo
Check the code in the examples folder on github.

Downloads

12 Feb 2009

0.8.1 has been released. Download

This is a minor bugfix release from 0.8. Thanks to Andy at Codeworx Technologies for informing me of the bug.

As of 0.8, validation now takes place in the autoformValidator class which makes it easier to customize validation patterns and messages. Fix field array bug.

Alternatives

A simple google search turned up clonefish in case you want to try another. Looks like we have much the same idea about how this sort of thing should be done. Mine is fairly new (2005) so clonefish might be some prior art. However, mine will always be free.

 

comments powered by Disqus

 

Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.