silverstripe/recipe-form-building
A recipe of modules to help you build forms in SilverStripe
Package info
github.com/silverstripe/recipe-form-building
Type:silverstripe-recipe
pkg:composer/silverstripe/recipe-form-building
2.4.0
2025-04-09 23:52 UTC
Requires
- php: ^8.1
- silverstripe/recipe-cms: ~5.4.0@stable
- silverstripe/recipe-plugin: ~2.1.0@stable
- silverstripe/segment-field: ~3.3.0@stable
- silverstripe/userforms: ~6.4.0@stable
Requires (Dev)
Suggests
- silverstripe/gridfieldqueuedexport: Export large data sets from your GridField in the SilverStripe CMS interface through async jobs
- symbiote/silverstripe-queuedjobs: if using gridfieldqueuedexport you can batch background jobs with this module
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 53bb74c7eed3526fa7d82cbfa6b92e9b89c4ad38
This package is auto-updated.
Last update: 2026-06-15 14:01:38 UTC
README
👁 CI
👁 Silverstripe supported module
This includes the following core Silverstripe and community modules:
- silverstripe/recipe-cms: Recipe containing CMS, versioned, asset-admin, etc
- silverstripe/segment-field: A reusable approach to segment-generating fields
- silverstripe/userforms: UserForms module provides a visual form builder for the Silverstripe CMS. No coding required to build forms such as contact pages
- symbiote/silverstripe-queuedjobs: A module that provides interfaces for scheduling jobs for certain times
This can be either added to an existing project or used as a project base for creating a basic CWP install.
Installation
composer create-project silverstripe/recipe-form-building ./myproject
More information
See the recipe plugin page for instructions on how Silverstripe recipes work.
