PHPackages                             intotheweb101/partialuserforms - 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. intotheweb101/partialuserforms

ActiveSilverstripe-vendormodule

intotheweb101/partialuserforms
==============================

extension from firesphere/partialuserforms Store partial userform submissions

0.20(7y ago)0127BSD-3-ClausePHP

Since May 11Pushed 6y agoCompare

[ Source](https://github.com/intotheweb101/silverstripe-partial-userforms)[ Packagist](https://packagist.org/packages/intotheweb101/partialuserforms)[ RSS](/packages/intotheweb101-partialuserforms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (12)Used By (0)

[![CircleCI](https://camo.githubusercontent.com/475e665a33f96b2b6d81b9531f38a0fbd75b6d1fedb65c3b101e400f3205d589/68747470733a2f2f696d672e736869656c64732e696f2f636972636c6563692f70726f6a6563742f6769746875622f466972657370686572652f73696c7665727374726970652d7061727469616c2d75736572666f726d732e737667)](https://circleci.com/gh/Firesphere/silverstripe-partial-userforms)[![codecov](https://camo.githubusercontent.com/9e5bff8f5b64e140c2c268f6d2105c7da14b48317b4e95865b937c65ef0606ac/68747470733a2f2f636f6465636f762e696f2f67682f466972657370686572652f73696c7665727374726970652d7061727469616c2d75736572666f726d732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Firesphere/silverstripe-partial-userforms)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/315bc309c6fa4152dabfa1ce8981c2352fa80e3b76232041efa3f35286e8090b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f466972657370686572652f73696c7665727374726970652d7061727469616c2d75736572666f726d732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Firesphere/silverstripe-partial-userforms/?branch=master)

Partial User Defined Form submissions
=====================================

[](#partial-user-defined-form-submissions)

This module aims to store partial submissions of userforms, for where the User Defined Form has multiple "pages".

The partials are stored and removed when the form is finished.

Installation
============

[](#installation)

`composer require firesphere/partialuserforms`

Usage
=====

[](#usage)

Partial form submissions are stored in the database and visible on the forms in the CMS.

A daily export of the partial submissions can be acquired by checking the checkbox on the form and setting the configuration in the Settings

Requirements
============

[](#requirements)

- UserDefinedForms 5+
- SilverStripe Recipe CMS 1+
- QueuedJobs 4+

Dev requirements
----------------

[](#dev-requirements)

- PHPUnit
- Immediate exception printer
- PHP CodeSniffer

Usage with Elemental UserForms
==============================

[](#usage-with-elemental-userforms)

Add the following to your config yml:

```
DNADesign\ElementalUserForms\Model\ElementForm:
  extensions:
    - Firesphere\PartialUserforms\Extensions\UserDefinedFormExtension

```

Extensions
==========

[](#extensions)

To manage the CSV's that are send out, e.g. to filter certain values or remove records from the CSV, the export job has an extension point calld `updateCSVRecords`, in which you can filter records, e.g.

```
class PartialSubmissionJobExtension extends Extension
{

    /**
     * Remove records that do not have an email address
     * to reduce the amount of useless records
     * @param $csvArray
     * @param $editableFields
     */
    public function updateCSVRecords(&$csvArray, $editableFields)
    {
        $emailAddress = array_search('email_address', array_keys($editableFields));
        foreach ($csvArray as $key => $value)
        {
            if (empty($value[$emailAddress])) {
                unset($csvArray[$key]);
            }
        }
    }
}
```

Benefits
========

[](#benefits)

With Partial forms, partial submissions are available to CMS users, to see how far a visitor got through the form and optionally make a call to the user, asking why they gave up.

Further improvements
====================

[](#further-improvements)

- Save the partial form to LocalStorage, to enable pre-filling of forms
- Retrieve the partial form from the server to enable pre-filling of the forms
- JS test coverage

Actual license
==============

[](#actual-license)

This module is published under BSD 3-clause license, although these are not in the actual classes, the license does apply:

Copyright (c) 2012-NOW(), Simon "Firesphere" Erkelens

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

```
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

```

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Did you read this entire readme? You rock!
==========================================

[](#did-you-read-this-entire-readme-you-rock)

Pictured below is a cow, just for you.

```

               /( ,,,,, )\
              _\,;;;;;;;,/_
           .-"; ;;;;;;;;; ;"-.
           '.__/`_ / \ _`\__.'
              | (')| |(') |
              | .--' '--. |
              |/ o     o \|
              |           |
             / \ _..=.._ / \
            /:. '._____.'   \
           ;::'    / \      .;
           |     _|_ _|_   ::|
         .-|     '==o=='    '|-.
        /  |  . /       \    |  \
        |  | ::|         |   | .|
        |  (  ')         (.  )::|
        |: |   |;  U U  ;|:: | `|
        |' |   | \ U U / |'  |  |
        ##V|   |_/`"""`\_|   |V##
           ##V##         ##V##

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 56.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 ~31 days

Total

8

Last Release

2707d ago

### Community

Maintainers

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

---

Top Contributors

[![Firesphere](https://avatars.githubusercontent.com/u/680570?v=4)](https://github.com/Firesphere "Firesphere (21 commits)")[![lhalaa](https://avatars.githubusercontent.com/u/340514?v=4)](https://github.com/lhalaa "lhalaa (12 commits)")[![intotheweb101](https://avatars.githubusercontent.com/u/6877909?v=4)](https://github.com/intotheweb101 "intotheweb101 (2 commits)")[![amolswnz](https://avatars.githubusercontent.com/u/20012807?v=4)](https://github.com/amolswnz "amolswnz (1 commits)")[![emteknetnz](https://avatars.githubusercontent.com/u/4809037?v=4)](https://github.com/emteknetnz "emteknetnz (1 commits)")

---

Tags

silverstripeformuserformseditablepartial

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/intotheweb101-partialuserforms/health.svg)

```
[![Health](https://phpackages.com/badges/intotheweb101-partialuserforms/health.svg)](https://phpackages.com/packages/intotheweb101-partialuserforms)
```

PHPackages © 2026

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