mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
da8c5af6e5
Split README.md and docs/en/index.md so that One is targeted towards users visiting the github repo, and the other for browsing a documentation repository.
761 B
761 B
Installation
Installation can be done either by composer or by manually downloading a release.
Via composer
composer require "silverstripe/userforms:*"
Manually
- Download the module from the releases page.
- Extract the file (if you are on windows try 7-zip for extracting tar.gz files
- Make sure the folder after being extracted is named 'userforms'
- Place this directory in your sites root directory. This is the one with framework and cms in it.
Configuration
After installation, make sure you rebuild your database through dev/build
.
You should see a new PageType in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder.