From c021ac1bb617c1fa914267bd7beb6e9b7c84c64d Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 16:27:53 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index dbd1fb351..7bf6c1e2d 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ UserForms enables CMS users to create dynamic forms via a drag and drop interface 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 * 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 ``` -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 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.