UserForms module provides a visual form builder for the SilverStripe CMS. No coding required to build forms such as contact pages.
Go to file
Menno Schilder 70f45d82f4 Updated README.md with git submodule update info 2013-01-29 22:46:34 +13:00
code Added options to enable live validation and hide field labels 2013-01-29 22:46:34 +13:00
css Change CSS to better match newly added Checkboxes 2013-01-29 22:46:34 +13:00
images MINOR: Updated icons so they blend better with the new cms styles 2012-05-07 17:41:29 +12:00
javascript propperly append urlsegments preserving query and fragment 2013-01-28 16:57:05 +01:00
lang FIX: duplicate replyTo addresses appended 2013-01-29 22:40:28 +13:00
templates Code-style fixes 2012-12-17 08:50:33 +13:00
tests BUG Fix the 'always modified' label in treeview. Fixes #48. 2012-10-18 20:19:33 +13:00
thirdparty Add jquery validate as submodule 2013-01-29 22:46:34 +13:00
.gitignore MINOR Added a .gitignore to the project 2012-05-14 14:17:24 +12:00
.gitmodules Add jquery validate as submodule 2013-01-29 22:46:34 +13:00
LICENSE Updated license 2012-09-11 21:32:47 +12:00
README.md Updated README.md with git submodule update info 2013-01-29 22:46:34 +13:00
UPGRADE.md MINOR Adding a UPGRADE that explains what might cause issues on a upgrade. 2012-05-14 10:20:20 +12:00
_config.php ENHANCEMENT Moved UserDefinedForm and related code, templates, CSS and javascript out of cms and sapphire classes into userforms/trunk 2008-09-29 03:18:23 +00:00
composer.json Bug : Removed errors from Composer.json 2012-09-29 14:25:25 +05:30

README.md

UserForms

Introduction

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

Maintainer Contact

* Will Rossiter (Nickname: wrossiter, willr) `<will (at) fullscreen (dot) io>`

Requirements

  • SilverStripe 3.0

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

  1. Download the module from the link above.
  2. Extract the file (if you are on windows try 7-zip for extracting tar.gz files
  3. Make sure the folder after being extracted is named 'userforms'
  4. Place this directory in your sites root directory. This is the one with sapphire and cms in it.
  5. Run in your browser - /dev/build to rebuild the database.
  6. You should see a new PageType in the CMS 'User Defined Form'. This has a new 'Form' tab which has your form builder.
  • PLEASE NOTE! You need to run git submodule update --init --recursive when you git clone the module to fetch the jquery validation submodule.

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.