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-11-01 02:22:29 +00:00
code MINOR: remove space between entries - this breaks the import in Open Office and Numbers 2010-10-27 01:50:43 +00:00
css BUGFIX: fixed layout of FieldEditor in IE6 2010-09-21 06:14:09 +00:00
images BUGFIX: fixed image icons 2009-04-17 02:50:45 +00:00
javascript BUGFIX: fixed sortable fields (again) not working on initial page load or when accessing a page directly. BUGFIX: fixed typo of livequery to live. 2010-10-13 21:07:53 +00:00
lang MINOR: added translation for body. MINOR: updated en_US.php lang file 2010-09-07 22:48:46 +00:00
templates BUGFIX: Fixed prev link on Submissions tab 2010-10-27 22:20:23 +00:00
tests BUGFIX Fixed UserDefinedFormControllerTest to work with globally disabled security tokens (API change in 2.4.3) 2010-11-01 02:22:29 +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 documentation in prep for 0.3 2010-05-31 10:16:23 +00:00
LICENSE MINOR: updated changelog to reflect 0.2 release 2009-07-26 22:30:27 +00:00
README BUGFIX: remove reliance on str_getcsv (it's PHP 5.3 only). 2010-10-07 23:06:49 +00:00

User Defined Forms ("UserForms") Module
===============

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

Requirements
---------------------
SilverStripe 2.4.0+
PHP 5 >= 5.1.0 (fputcsv)

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