2008-09-29 05:28:53 +02:00
|
|
|
###############################################
|
2009-12-06 08:05:41 +01:00
|
|
|
User Defined Forms ("UserForms") Module
|
2008-09-29 05:28:53 +02:00
|
|
|
###############################################
|
|
|
|
|
|
|
|
Maintainer Contact
|
|
|
|
-----------------------------------------------
|
2009-06-15 01:11:31 +02:00
|
|
|
Will Rossiter (Nickname: wrossiter, willr)
|
|
|
|
<will (at) silverstripe (dot) com>
|
|
|
|
|
2008-09-29 05:28:53 +02:00
|
|
|
Sean Harvey (Nickname: sharvey, halkyon)
|
|
|
|
<sean (at) silverstripe (dot) com>
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
-----------------------------------------------
|
2009-12-07 01:52:00 +01:00
|
|
|
SilverStripe 2.4.0+
|
2008-09-29 05:28:53 +02:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
-----------------------------------------------
|
2009-10-15 02:32:36 +02:00
|
|
|
http://doc.silverstripe.com/doku.php?id=modules:userforms
|
2008-09-29 05:28:53 +02:00
|
|
|
|
|
|
|
Installation Instructions
|
|
|
|
-----------------------------------------------
|
2009-10-15 02:32:36 +02:00
|
|
|
- Download the module from the link above.
|
2009-12-06 08:05:41 +01:00
|
|
|
- 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)
|
2009-10-15 02:32:36 +02:00
|
|
|
- Run in your browser - http://www.yoursite.com/dev/build to rebuild the database.
|
2009-12-06 08:05:41 +01:00
|
|
|
- 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
|