UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.
Go to file
2010-01-08 03:03:35 +00:00
code BUGFIX Fixed mssql error when attempting to export data using SELECT DISTINCT query in SubmittedFormReportField 2010-01-08 03:03:35 +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 FEATURE: Added Inequality filters to the custom rules. To Allow Numeric fields to be processed by > < statements 2009-11-02 07:22:30 +00:00
lang MINOR: updated userforms translation file 2009-09-23 03:02:12 +00:00
templates BUGFIX: fixed conflict with field and method naming. Removed unneeded field from model 2009-12-06 22:41:47 +00:00
tests BUGFIX: fixed conflict of Versioned extension functions. MINOR: added tests for publishing multiple option fields 2009-12-12 08:59:20 +00:00
thirdparty/jquery-validate BUGFIX: added validate plugin to module as 2.4 will not include the plugin. MINOR: changed path to jquery to not use jsparty folder 2009-12-07 00:37:20 +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: Removed 2.3 specific code. Userforms trunk is now 2.4+ compatible only. For 2.3 compatibility use branches/0.2. BUGFIX: fixed paths for fieldeditor js 2009-12-07 00:52:00 +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.4.0+

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

Installation Instructions
-----------------------------------------------
- Download the module from the link above.
- Extract the file (if you're on windows try 7-zip for extracting tar.gz files)
- Make sure the folder after being extracted is named 'userforms' (not userforms-r93130 for example)
- Place this directory in your sites root directory. (The root is the one with sapphire/cms in it)
- Run in your browser - http://www.yoursite.com/dev/build to rebuild the database.
- You should see a new PageType in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder.

For more information see the documentation wiki