PHPackages                             silverstripe-australia/editableuserforms - 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. silverstripe-australia/editableuserforms

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

silverstripe-australia/editableuserforms
========================================

Adds the ability to re-edit user form submissions, allowing users to come back to finish submissions

1.1.2(10y ago)31.3k8[2 issues](https://github.com/nyeholt/silverstripe-editableuserforms/issues)[4 PRs](https://github.com/nyeholt/silverstripe-editableuserforms/pulls)BSD-3-ClausePHP

Since Jul 6Pushed 10y ago2 watchersCompare

[ Source](https://github.com/nyeholt/silverstripe-editableuserforms)[ Packagist](https://packagist.org/packages/silverstripe-australia/editableuserforms)[ RSS](/packages/silverstripe-australia-editableuserforms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

[Editable User Forms](https://packagist.org/packages/nyeholt/silverstripe-editableuserforms)
============================================================================================

[](#editable-user-forms)

Allows users to re-edit submissions made from a userdefined form.

Requirement
-----------

[](#requirement)

- SilverStripe 3.1.X
- [Userforms](https://github.com/silverstripe/silverstripe-userforms)
- [Dropzone](https://github.com/unclecheese/silverstripe-dropzone) for file uploads

Getting Started
---------------

[](#getting-started)

- Place the module under your root project directory.
- dev/build
- Create and configure an Editable User Defined Form page

Overview
--------

[](#overview)

Aside from the normal User Defined Form options, the module provides several additional configuration options

### Config options

[](#config-options)

- ShowSubmittedList - display the list of complete submissions the user has put together
- ShowDraftList - display the list of in-complete submissions
- AllowEditingComplete - Whether users should be able to edit 'completed' submissions
- ShowSubmitButton - Whether the form should display the 'submit' button. If this button is *not* displayed, the form will automatically be 'submitted' (ie, marked as 'complete') when a user fills out all required fields
- ShowPreviewButton - show the 'preview' button - a read-only version of the form for printing out
- ShowDeleteButton - show the 'delete' button in form submission listings
- ShowButtonsOnTop - show buttons across the top of the form as well as the base
- LoadLastSubmission - loads the most recent 'draft' submission the user made when they land on the form page
- SubmitWarning - text to display to the user when they click the 'submit' button
- Workflow definition - if specified, a form submission will be sent to a workflow for approval

### Fields

[](#fields)

- `EditableTextFieldWithDefault` - Provides a textbox field that can be pre-populated with a field value. For example, `$Member.Email`
- `EditableEmailFieldWithDefault` - An email specific field extended from the TextFieldWithDefault
- `EditableMultiFileField` - Allows for the upload of one or more files from the frontend using Dropzone. Note: the
    standard EditableFileField does NOT work for re-editable forms
- `FormSaveField` - inserts a 'save' button into the form for users to incrementally save as they go

### Workflow actions

[](#workflow-actions)

- `SetPropertyAction` - A workflow action that sets a value on a data object field when triggered. Used for marking form submissions as 'Complete'

###  Health Score

30

↓

LowBetter than 64% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~32 days

Recently: every ~40 days

Total

6

Last Release

3807d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25cb1c56a7ab949d1e6b28a2a04862ce1cffe1799a291e1797f8dfd33cd83716?d=identicon)[nyeholt](/maintainers/nyeholt)

---

Top Contributors

[![nyeholt](https://avatars.githubusercontent.com/u/161730?v=4)](https://github.com/nyeholt "nyeholt (2 commits)")

---

Tags

silverstripeuserformsformfield

### Embed Badge

![Health badge](/badges/silverstripe-australia-editableuserforms/health.svg)

```
[![Health](https://phpackages.com/badges/silverstripe-australia-editableuserforms/health.svg)](https://phpackages.com/packages/silverstripe-australia-editableuserforms)
```

###  Alternatives

[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.0M72](/packages/silverstripe-userforms)[nathancox/codeeditorfield

A field for editing code and JSON in the SilverStripe CMS using Ace Editor (http://ace.c9.io/)

2548.5k5](/packages/nathancox-codeeditorfield)

PHPackages © 2026

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