UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.
Go to file
2009-09-15 04:58:00 +00:00
code FEATURE: added ability to run script with 1 form at a time. FEATURE: added ability to dry run the task. BUGFIX: fixed assignment instead of comparsion with MultipleOption fields such as checkbox fields. BUGFIX: fixed failback name on _obsolete table in findDatabaseName() 2009-09-09 22:47:26 +00:00
css BUGFIX: more options don't get hidden by default 2009-08-12 02:48:37 +00:00
images BUGFIX: fixed image icons 2009-04-17 02:50:45 +00:00
javascript BUGFIX: remove and add the class rather then showing / hiding 2009-08-14 04:47:30 +00:00
lang MINOR Updated master language tables 2009-09-10 04:11:30 +00:00
templates BUGFIX: changed attr to ATT as Attr has been deprecated 2009-09-15 04:58:00 +00:00
tests BUGFIX: make sure to delete an object from the test 2009-04-17 02:29:40 +00:00
_config.php ENHANCEMENT Moved UserDefinedForm and related code, templates, CSS and javascript out of cms and sapphire classes into userforms/trunk 2008-09-29 03:18:23 +00:00
ChangeLog MINOR: updated changelog to reflect 0.2 release 2009-07-26 22:30:27 +00:00
LICENSE MINOR: updated changelog to reflect 0.2 release 2009-07-26 22:30:27 +00:00
README MINOR Added contact to userforms maintainer 2009-06-14 23:11:31 +00:00

###############################################
User defined forms ("userforms") Module
###############################################

Maintainer Contact
-----------------------------------------------
Will Rossiter (Nickname: wrossiter, willr)
<will (at) silverstripe (dot) com>

Sean Harvey (Nickname: sharvey, halkyon)
<sean (at) silverstripe (dot) com>

Requirements
-----------------------------------------------
SilverStripe 2.3.0+

Documentation
-----------------------------------------------
http://doc.silverstripe.com/doku.php?id=userdefinedform

Installation Instructions
-----------------------------------------------
Extract the userforms folder into the top level of your site, and visit
http://www.mysite.com/dev/build to rebuild the database.