UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.
Go to file
Will Rossiter 08b06b581c BUGFIX: fixed image icons 2009-04-17 02:50:45 +00:00
code ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images 2009-04-17 02:26:40 +00:00
css ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images 2009-04-17 02:26:40 +00:00
images BUGFIX: fixed image icons 2009-04-17 02:50:45 +00:00
javascript MINOR: removed old prototype fieldeditor code 2009-04-17 02:34:17 +00:00
lang MINOR Updated translations 2009-01-12 04:38:47 +00:00
templates BUGFIX: fixed image icons 2009-04-17 02:50:45 +00:00
tests BUGFIX: make sure to delete an object from the test 2009-04-17 02:29:40 +00:00
ChangeLog Updated Changelog and readme 2009-02-24 05:14:10 +00:00
LICENSE MINOR Added README, LICENSE and ChangeLog files to userforms/trunk 2008-09-29 03:28:53 +00:00
README Updated Changelog and readme 2009-02-24 05:14:10 +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

README

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

Maintainer Contact
-----------------------------------------------
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.