File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Silverstripe UserForms Utils
22
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-
83A collection of utilities for the Silverstripe CMS UserForms module. This
94includes a shortcode to insert a user form into any content area and a user form
105widget.
116
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
188
199``` sh
2010composer require " logicbrush/silverstripe-userforms-utils"
2111```
2212
23- ## Usage
13+ ## General Usage
2414
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.
2617
2718By default the UserForms module CSS and Javascript requirements will be loaded
2819when 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