UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.
Go to file
Robbie Averill 809227213e Merge branch '4.1' into 4.2 2018-02-21 14:03:14 +13:00
_config Added route for UserDefinedForm_Controller 2016-04-22 11:22:49 +12:00
code Merge branch '4.1' into 4.2 2018-02-21 14:03:14 +13:00
css FIX Remove css fields animation on add 🔧 2017-07-05 09:12:48 +12:00
docs Merge pull request #501 from muskie9/enhancement/fileSizeLimit#430 2016-08-23 17:36:29 +12:00
images Add sitetree icon 2015-10-29 12:02:11 +13:00
javascript FIX Remove css fields animation on add 🔧 2017-07-05 09:12:48 +12:00
lang Update translations 2017-02-09 11:28:52 +13:00
scss FIX Remove css fields animation on add 🔧 2017-07-05 09:12:48 +12:00
templates Merge remote-tracking branch 'origin/3.1' 2016-08-18 10:20:56 +12:00
tests FIX Ensure HTML email preview content is parsed as HTML including shortcodes 2017-06-12 12:03:05 +12:00
thirdparty Implementing the "are you sure?" plugin to display a confirmation message when navigating away from a partially completed form. 2016-02-05 10:13:40 +11:00
.editorconfig Added standard editor config 2015-11-19 13:24:29 +13:00
.gitattributes Added standard git attributes 2015-11-19 19:10:45 +13:00
.gitignore Cms styling for fieldgroups 2015-08-12 16:24:06 +12:00
.scrutinizer.yml Added Scrutinizer delay 2015-08-21 09:15:54 +12:00
.travis.yml Use precise distro for PHP 5.3 support 2017-09-22 15:40:11 +12:00
_config.php Convert to psr-2 2016-08-09 17:05:22 +12:00
changelog.md Update changelog for 4.0.1 2016-05-20 16:35:23 +12:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:11:59 +13:00
composer.json Update SSAU to Symbiote in composer dependencies 2017-09-25 10:17:40 +13:00
config.rb Cms styling for fieldgroups 2015-08-12 16:24:06 +12:00
contributing.md Made supported 2015-09-11 11:01:15 +12:00
license.md Updated license year 2016-01-01 06:37:06 +13:00
readme.md Merge pull request #407 from camfindlay/master 2016-08-09 14:59:13 +12:00
upgrading.md Made supported 2015-09-11 11:01:15 +12:00

readme.md

UserForms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code.

Build Status Code Quality Code Coverage Version License helpfulrobot

Requirements

See the "require" section of composer.json

Features

  • Construct a form using all major form fields (text, email, dropdown, radio, checkbox..)
  • Ability to extend userforms from other modules to provide extra fields.
  • Ability to email multiple people the form submission
  • View submitted submissions and export them to CSV
  • Define custom error messages and validation settings
  • Optionally display and hide fields using javascript based on users input
  • Displays a confirmation message when navigating away from a partially completed form.

Installation

$ 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.

Documentation

Thanks

I would like to thank everyone who has contributed to the module, bugfixers, testers, clients who use the module and everyone that submits new features.

A big thanks goes out to Jan Düsedau for drawing the custom icon set for the form fields.

Versioning

This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with public visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep protected methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

Reporting Issues

Please create an issue for any bugs you've found, or features you're missing.