Download the PHP package logicbrush/silverstripe-userforms-utils without Composer
On this page you can find all versions of the php package logicbrush/silverstripe-userforms-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download logicbrush/silverstripe-userforms-utils
More information about logicbrush/silverstripe-userforms-utils
Files in logicbrush/silverstripe-userforms-utils
Package silverstripe-userforms-utils
Short Description A collection of enhancements and utilities for the Silverstripe UserForms module
License BSD-3-Clause
Homepage https://www.logicbrush.com/specialities/silverstripe-development/
Informations about the package silverstripe-userforms-utils
Silverstripe UserForms Utils
A collection of enhancements & utilities for the Silverstripe CMS UserForms module.
These include:
- a shortcode with which to insert a user form into any content area;
- a form widget that presents a user form (requires silverstripe/widgets);
- various additional validations for existing form fields;
- various new form fields.
Installation
Shortcode
To use the form shortcode we insert [userform id="x"]
in a HTMLText area where
x
is the user form page ID.
By default the UserForms module CSS and Javascript requirements will be loaded
when using the shortcode. This can be turned off by setting the following in a
yml
config file:
Form Widget
Upon installation, the form widget will be available for insertion into any sidebar area using the CMS interface.
You have the ability to customize display with the following options:
- Select a form - Choose the User Form page to be displayed.
- Introductory text - Specify arbitrary text that precedes the display of the form in the sidebar.
- Show form title? - Choose whether to display the title of the form page.
- Show form content? - Chose whether to display the content of the form page.
Additional Field Validations
Maximum File Size
The maximum file size for a form fields will now be checked prior to submission. This is much more responsive for the user.
New Form Fields
This module provides a selection of new field types to use with your user forms.
HTML5 Date Field
A field that utilizes the native HTML5 date
input type. This enables
browser-based input control and validation.
US State Dropdown Field
A field that provides a dropdown of all US States, including DC.
Signature Field
A field that collects a signature. Implemented using jSignature.
All versions of silverstripe-userforms-utils with dependencies
silverstripe/framework Version ^4.0||^5.0
silverstripe/userforms Version *
silverstripe/widgets Version *