2014-07-22 04:03:03 +02:00
|
|
|
# UserForms
|
|
|
|
|
|
|
|
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.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
|
2015-07-16 05:06:53 +02:00
|
|
|
* Custom email templates
|
2014-07-22 04:03:03 +02:00
|
|
|
* 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)
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2015-08-11 05:15:09 +02:00
|
|
|
* [Installation instructions](installation)
|
|
|
|
* [Troubleshooting](troubleshooting)
|
|
|
|
* [User Documentation](user-documentation)
|
2014-07-22 04:03:03 +02:00
|
|
|
|
|
|
|
## 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](http://eformation.de) for drawing
|
|
|
|
the custom icon set for the form fields.
|