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.
- Add and modify fields more easily than with HTML ... there's less typing involved
- Choose from built-in validation patterns, or add your own
- Use the default presentation templates, or customize to your liking
- When the form is submitted, performs server-side validation
- 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.
