mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.
code | ||
css | ||
images | ||
javascript | ||
lang | ||
templates | ||
tests | ||
thirdparty/jquery-validate | ||
_config.php | ||
ChangeLog | ||
LICENSE | ||
README |
############################################### 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.2+ 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