Merge pull request #1204 from creative-commoners/pulls/6.0/cms5-readme

DOC Update README.md for CMS 5
This commit is contained in:
Sabina Talipova 2023-04-24 14:52:02 +12:00 committed by GitHub
commit 82fb0d4ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,6 @@
UserForms enables CMS users to create dynamic forms via a drag and drop interface UserForms enables CMS users to create dynamic forms via a drag and drop interface
and without getting involved in any PHP code. and without getting involved in any PHP code.
## Requirements
See the "require" section of [composer.json](https://github.com/silverstripe/silverstripe-userforms/blob/master/composer.json)
## Features ## Features
* Construct a form using all major form fields (text, email, dropdown, radio, checkbox..) * Construct a form using all major form fields (text, email, dropdown, radio, checkbox..)
@ -26,8 +22,6 @@ See the "require" section of [composer.json](https://github.com/silverstripe/sil
composer require silverstripe/userforms composer require silverstripe/userforms
``` ```
You'll also need to run `dev/build`. You should see a new page type in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder.
## Spam protection ## Spam protection
This module does not include spam protection out of the box. Without it, it's likely that your submissions could contain a considerable amount of spam. For public facing forms it is encouraged you review and install the following module plus one of the recommended 'verification system' modules outlined in the README. This module does not include spam protection out of the box. Without it, it's likely that your submissions could contain a considerable amount of spam. For public facing forms it is encouraged you review and install the following module plus one of the recommended 'verification system' modules outlined in the README.