mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
# UserForms
|
|
|
|
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
|
|
* Custom email templates
|
|
* 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
|
|
|
|
* [Installation instructions](installation.md)
|
|
* [Troubleshooting](troubleshooting.md)
|
|
* [User Documentation](userguide/index.md)
|
|
* [Compiling Front-End Files](compiling-front-end-files.md)
|
|
* [Creating Custom Fields](creating-custom-fields.md)
|
|
* [Upgrading to SilverStripe 4](upgrading.md)
|
|
|
|
## 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.
|