File tree Expand file tree Collapse file tree 3 files changed +4
-61
lines changed Expand file tree Collapse file tree 3 files changed +4
-61
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Silverstripe UserForms Utils
2
2
3
- [ ![ Build Status] ( https://travis-ci.com/logicbrush/silverstripe-userforms-utils.svg?branch=master )] ( https://travis-ci.com/logicbrush/silverstripe-userforms-utils )
4
- [ ![ codecov.io] ( https://codecov.io/github/logicbrush/silverstripe-userforms-utils/coverage.svg?branch=master )] ( https://codecov.io/gh/logicbrush/silverstripe-userforms-utils?branch=master )
5
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/logicbrush/silverstripe-userforms-utils/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/logicbrush/silverstripe-userforms-utils/?branch=master )
6
- [ ![ License] ( https://poser.pugx.org/logicbrush/silverstripe-userforms-utils/license )] ( LICENSE )
7
-
8
3
A collection of utilities for the Silverstripe CMS UserForms module. This
9
4
includes a shortcode to insert a user form into any content area and a user form
10
5
widget.
11
6
12
- ## Requirements
13
-
14
- * Silverstripe Framework 4.x
15
- * [ Silverstripe UserForms 5.x] ( https://github.com/silverstripe/silverstripe-userforms/ )
16
-
17
- ## Installation (with composer)
7
+ ## Installation
18
8
19
9
``` sh
20
10
composer require " logicbrush/silverstripe-userforms-utils"
21
11
```
22
12
23
- ## Usage
13
+ ## General Usage
24
14
25
- To use the form shortcode we insert ` [userform id="x"] ` in a HTMLText area where ` x ` is the user form page ID.
15
+ To use the form shortcode we insert ` [userform id="x"] ` in a HTMLText area where
16
+ ` x ` is the user form page ID.
26
17
27
18
By default the UserForms module CSS and Javascript requirements will be loaded
28
19
when using the shortcode. This can be turned off by setting the following in a
You can’t perform that action at this time.
0 commit comments