DOC Update README.md for CMS 5

This commit is contained in:
Guy Sartorelli 2023-04-19 16:27:53 +12:00
parent d651c12200
commit c021ac1bb6
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 0 additions and 6 deletions

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.