UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.
Go to file
github-actions 9b13699bb2 Merge branch '6.2' into 6 2024-04-17 12:37:47 +00:00
.github MNT Run module-standardiser (#1259) 2023-12-21 16:30:53 +13:00
.tx ENH Update translations 2023-03-06 18:23:25 +13:00
_config Merge branch '5' into 6.0 2023-08-23 12:38:11 +00:00
client DEP Update JS dependencies (#1277) 2024-04-02 12:35:26 +13:00
code ENH Add 'Includes' condition option to EmailRecipientCondition (#1275) 2024-03-18 11:34:26 +13:00
docs DOC Linting 2024-04-09 16:04:13 +12:00
images Add sitetree icon 2015-10-29 12:02:11 +13:00
lang Merge branch '5' into 6.1 2024-02-07 12:38:57 +00:00
templates ENH: Add classname to p tag (#1280) 2024-04-15 18:42:50 +12:00
tests Merge branch '5' into 6.1 2024-03-04 02:51:55 +00:00
.doclintrc DOC Linting 2024-04-09 16:04:13 +12:00
.editorconfig MNT Behat test for hidden form steps 2021-03-10 16:06:01 +13:00
.eslintignore Upgrade dependencies 2019-11-12 07:32:26 +13:00
.eslintrc.js Upgrade dependencies 2019-11-12 07:32:26 +13:00
.gitattributes Added standard git attributes 2015-11-19 19:10:45 +13:00
.gitignore NEW Add silverstripe-webpack config and move files to webpack friendly location 2017-08-21 11:12:25 +12:00
.nvmrc DEP Upgrade frontend build stack (#1191) 2023-01-31 11:20:28 +13:00
.sass-lint.yml NEW Add sass-lint configuration and refactor. Refactor JS for AirBnB ES6 syntax 2017-08-22 12:08:08 +12:00
LICENSE MNT Run module-standardiser 2023-08-29 15:18:08 +12:00
README.md DOC Update README.md for CMS 5 2023-04-19 16:27:53 +12:00
_config.php Move confirm folder logic to a dedicated controller 2020-06-11 19:53:46 +12:00
babel.config.json DEP Upgrade frontend build stack (#1191) 2023-01-31 11:20:28 +13:00
behat.yml MNT Behat test for hidden form steps 2021-03-10 16:06:01 +13:00
code-of-conduct.md Added standard code of conduct 2015-11-21 20:11:59 +13:00
codecov.yml Add codecov configuration: do not post comments to GitHub PRs 2017-08-22 16:40:17 +12:00
composer.json DOC Linting 2024-04-09 16:04:13 +12:00
contributing.md Made supported 2015-09-11 11:01:15 +12:00
package.json DEP Update eslint module (#1222) 2023-07-12 11:05:15 +12:00
phpcs.xml.dist MNT Travis shared config, use sminnee/phpunit 2020-12-08 14:56:47 +13:00
phpstan.neon.dist MNT Run module-standardiser (#1264) 2024-02-02 14:08:57 +13:00
phpunit.xml.dist MNT Standardise modules 2022-08-01 16:23:44 +12:00
webpack.config.js DEP Upgrade frontend build stack (#1191) 2023-01-31 11:20:28 +13:00
yarn.lock DEP Update JS dependencies (#1277) 2024-04-02 12:35:26 +13:00

README.md

UserForms

CI Silverstripe supported module

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

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

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.

Read the SpamProtection Module README for details on how to configure this module.

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.