2014-07-22 04:03:03 +02:00
|
|
|
# UserForms
|
|
|
|
|
2017-09-19 06:04:48 +02:00
|
|
|
UserForms enables CMS users to create dynamic forms via a drag and drop interface
|
2014-07-22 04:03:03 +02:00
|
|
|
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
|
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
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2015-12-09 02:44:28 +01:00
|
|
|
* [Installation instructions](installation.md)
|
2018-10-22 10:59:06 +02:00
|
|
|
* [Troubleshooting](troubleshooting.md)
|
2015-12-09 02:44:28 +01:00
|
|
|
* [User Documentation](userguide/index.md)
|
|
|
|
* [Compiling Front-End Files](compiling-front-end-files.md)
|
2020-07-05 22:41:59 +02:00
|
|
|
* [Creating Custom Fields](creating-custom-fields.md)
|
2017-09-19 06:04:48 +02:00
|
|
|
* [Upgrading to SilverStripe 4](upgrading.md)
|
2014-07-22 04:03:03 +02:00
|
|
|
|
|
|
|
## Thanks
|
|
|
|
|
2017-09-19 06:04:48 +02:00
|
|
|
I would like to thank everyone who has contributed to the module, bugfixers,
|
2014-07-22 04:03:03 +02:00
|
|
|
testers, clients who use the module and everyone that submits new features.
|
|
|
|
|
2017-09-19 06:04:48 +02:00
|
|
|
A big thanks goes out to [Jan Düsedau](http://eformation.de) for drawing
|
2014-07-22 04:03:03 +02:00
|
|
|
the custom icon set for the form fields.
|