PHPackages                             logicbrush/silverstripe-userforms-utils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. logicbrush/silverstripe-userforms-utils

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

logicbrush/silverstripe-userforms-utils
=======================================

A collection of enhancements and utilities for the Silverstripe UserForms module

v1.3.0(1y ago)28.5kBSD-3-ClausePHPPHP ^7.4||^8.0

Since Dec 13Pushed 1y ago3 watchersCompare

[ Source](https://github.com/logicbrush/silverstripe-userforms-utils)[ Packagist](https://packagist.org/packages/logicbrush/silverstripe-userforms-utils)[ Docs](https://www.logicbrush.com/specialities/silverstripe-development/)[ RSS](/packages/logicbrush-silverstripe-userforms-utils/feed)WikiDiscussions develop Synced 2w ago

READMEChangelog (8)Dependencies (8)Versions (12)Used By (0)

Silverstripe UserForms Utils
============================

[](#silverstripe-userforms-utils)

A collection of enhancements &amp; utilities for the Silverstripe CMS [UserForms](https://github.com/silverstripe/silverstripe-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](https://github.com/silverstripe/silverstripe-widgets));
- various *additional validations* for existing form fields;
- various *new form fields*.

Installation
------------

[](#installation)

```
composer require "logicbrush/silverstripe-userforms-utils"
```

Shortcode
---------

[](#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:

```
Logicbrush\UserFormsUtils\Shortcodes\UserFormShortcodeProvider:
  block_default_userforms_requirements: true
```

Form Widget
-----------

[](#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
----------------------------

[](#additional-field-validations)

### Maximum File Size

[](#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
---------------

[](#new-form-fields)

This module provides a selection of new field types to use with your user forms.

### HTML5 Date Field

[](#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

[](#us-state-dropdown-field)

A field that provides a dropdown of all US States, including DC.

### Signature Field

[](#signature-field)

A field that collects a signature. Implemented using [jSignature](https://willowsystems.github.io/jSignature/#/about/).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 80.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~155 days

Recently: every ~4 days

Total

10

Last Release

620d ago

PHP version history (2 changes)1.0.1PHP &gt;=7.1.0

v1.0.0PHP ^7.4||^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d777382d5141315194a5acea97dadff8cda390a2f3b5d4c6c2490e9a246605a1?d=identicon)[jflearn](/maintainers/jflearn)

---

Top Contributors

[![jflearn](https://avatars.githubusercontent.com/u/611385?v=4)](https://github.com/jflearn "jflearn (59 commits)")[![3Dgoo](https://avatars.githubusercontent.com/u/2616373?v=4)](https://github.com/3Dgoo "3Dgoo (14 commits)")

---

Tags

phpsilverstripeuserformsutilitysilverstripeutilsuserformsutilities

###  Code Quality

TestsPHPUnit

Static AnalysisRector

### Embed Badge

![Health badge](/badges/logicbrush-silverstripe-userforms-utils/health.svg)

```
[![Health](https://phpackages.com/badges/logicbrush-silverstripe-userforms-utils/health.svg)](https://phpackages.com/packages/logicbrush-silverstripe-userforms-utils)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

3014.5M22](/packages/vaimo-composer-patches)[silverstripe/userforms

UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code

1321.1M83](/packages/silverstripe-userforms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
