UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.
Go to file
Christopher Pitt 75737f8a69 Made supported 2015-09-11 11:01:15 +12:00
.tx Transifex support, js globalisation 2013-10-30 14:31:51 +01:00
_config API Integrate with secure assets module 2015-08-28 16:30:41 +12:00
code Merge pull request #329 from spekulatius/adding-space-before-casing 2015-09-11 07:31:31 +12:00
css Consistant treatment of field's right title 2015-08-21 15:21:33 +12:00
docs API Integrate with secure assets module 2015-08-28 16:30:41 +12:00
images NEW: Added a numeric field and associated png 2014-02-11 08:59:43 +13:00
javascript focus on first invalid element after form validation 2015-08-27 15:27:08 +12:00
lang Added placeholder support for the EditableTextField 2015-08-27 13:54:28 +02:00
scss Consistant treatment of field's right title 2015-08-21 15:21:33 +12:00
templates Make checkbox field markup consistant with other fields 2015-08-24 15:30:55 +12:00
tests API Integrate with secure assets module 2015-08-28 16:30:41 +12:00
thirdparty Add option for displaying error messages at the top of the form 2015-07-22 09:19:48 +12:00
.editorconfig Adding .editorconfig 2014-12-04 15:43:27 +00:00
.gitattributes Made supported 2015-09-11 11:01:15 +12: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 Made supported 2015-09-11 11:01:15 +12:00
_config.php API new form editor 2015-08-10 13:15:59 +12:00
changelog.md Made supported 2015-09-11 11:01:15 +12:00
code-of-conduct.md Made supported 2015-09-11 11:01:15 +12:00
composer.json Made supported 2015-09-11 11:01:15 +12: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 Made supported 2015-09-11 11:01:15 +12:00
readme.md Made supported 2015-09-11 11:01:15 +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

Requirements

  • SilverStripe 3.1

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
  • Pre fill your form fields, by passing your values by url (http://yoursite.com/formpage?EditableField1=MyValue)

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.