Download the PHP package silverware/userforms without Composer
On this page you can find all versions of the php package silverware/userforms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silverware/userforms
More information about silverware/userforms
Files in silverware/userforms
Package userforms
Short Description SilverWare UserForms Module.
License BSD-3-Clause
Homepage https://github.com/praxisnetau/silverware-userforms
Informations about the package userforms
SilverWare UserForms Module
Extends the SilverStripe UserForms Module for use with SilverWare apps.
Contents
- Requirements
- Installation
- Configuration
- Usage
- Issues
- Contribution
- Maintainers
- License
Requirements
Installation
Installation is via Composer:
Configuration
By default, this module will disable the built-in CSS and JavaScript that is required by silverstripe/userforms
. This
is achieved within the config.yml
file with the following configuration:
The configuration file also changes the user form validator to an instance of SilverWare Validator using the following configuration:
Usage
This module adds an extension to the UserForm
class which replaces the standard validator class with an
instance of SilverWare Validator. This extension also adds a further extension point to
UserForm
named updateValidator
, if you need to further customise the validator instance.
Template overrides are also provided by this module which replace the standard user form templates with ones that will render correctly in SilverWare apps, namely with Bootstrap 4 theme classes and the Parsley.js validation errors provided by SilverWare Validator.
Issues
Please use the issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Maintainers
Colin Tucker | Praxis Interactive |
License
BSD-3-Clause © Praxis Interactive