mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
DOC Update README.md for CMS 5
This commit is contained in:
parent
d651c12200
commit
c021ac1bb6
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user