mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
14 lines
579 B
Markdown
14 lines
579 B
Markdown
title: Creating forms in the CMS
|
|
summary: How to use the UserForms module to create forms via the CMS.
|
|
|
|
# Creating forms in the CMS
|
|
|
|
## Before we begin
|
|
|
|
Make sure that your SilverStripe CMS installation has the [UserForms](https://addons.silverstripe.org/add-ons/silverstripe/userforms/) module installed.
|
|
|
|
## UserForm features
|
|
* [Create and edit forms](creating-and-editing-forms.md)
|
|
* [Add different field types to a form](field-types.md)
|
|
* [Set up multipage forms](multipage-forms.md)
|
|
* [View submissions and set up automated emails upon form completion](form-submissions.md) |