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)