PHPackages                             webbuilders-group/silverstripe-gridfielddetailformaddnew - 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. webbuilders-group/silverstripe-gridfielddetailformaddnew

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

webbuilders-group/silverstripe-gridfielddetailformaddnew
========================================================

Adds the ability to create a new gridField item directly from the edit form

0.2.0(12y ago)41121[1 PRs](https://github.com/webbuilders-group/GridFieldDetailFormAddNew/pulls)BSD-3-ClausePHP

Since Feb 13Pushed 7y ago3 watchersCompare

[ Source](https://github.com/webbuilders-group/GridFieldDetailFormAddNew)[ Packagist](https://packagist.org/packages/webbuilders-group/silverstripe-gridfielddetailformaddnew)[ RSS](/packages/webbuilders-group-silverstripe-gridfielddetailformaddnew/feed)WikiDiscussions master Synced 1mo ago

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

GridFieldDetailFormAddNew
=========================

[](#gridfielddetailformaddnew)

Adds the ability to create a new gridField item directly from the edit form. Use the 3.0 branch for compatability with SilverStripe 3.0.

Maintainer Contact
------------------

[](#maintainer-contact)

Ryan McLaren (Nickname: IOTI) &lt;ryan (at) webbuildersgroup (dot) com&gt;

Requirements
------------

[](#requirements)

- SilverStripe 3.1+

Installation &amp; Documentation
--------------------------------

[](#installation--documentation)

- Download and copy folder to SilverStripe root directory.
- Run ?flush=all

By default the "add new" button is added to all detail forms. You can disable this functionality in your config.yml using

```
 GridFieldAddNewExtension:
   use_data_extension: false

```

If you instead prefer to add the button manually to a detail form use the addComponent function to add the GridFieldDetailFormAddNew component.

```
$config = new GridFieldConfig_Base();
$config->addComponent(new GridFieldDetailFormAddNew());

```

When working with one of the pre-configured GridFieldConfigs you must first remove the default GridFieldDetailForm component and then add the GridFieldDetailFormAddNew component.

```
$config = new GridFieldConfig_RecordEditor();
$config->removeComponentsByType('GridFieldDetailForm');
$config->addComponent(new GridFieldDetailFormAddNew());

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.9% 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 ~51 days

Recently: every ~13 days

Total

6

Last Release

4577d ago

Major Versions

0.1.3 → 3.0.x-dev2013-10-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/4339255555acb728d7708895663e2a047a73c09f4394aa25bf038817e2d25d44?d=identicon)[WebbuildersGroup](/maintainers/WebbuildersGroup)

---

Top Contributors

[![UndefinedOffset](https://avatars.githubusercontent.com/u/1391558?v=4)](https://github.com/UndefinedOffset "UndefinedOffset (9 commits)")[![rsmclaren](https://avatars.githubusercontent.com/u/1579625?v=4)](https://github.com/rsmclaren "rsmclaren (8 commits)")

---

Tags

silverstripegridfield

### Embed Badge

![Health badge](/badges/webbuilders-group-silverstripe-gridfielddetailformaddnew/health.svg)

```
[![Health](https://phpackages.com/badges/webbuilders-group-silverstripe-gridfielddetailformaddnew/health.svg)](https://phpackages.com/packages/webbuilders-group-silverstripe-gridfielddetailformaddnew)
```

###  Alternatives

[symbiote/silverstripe-gridfieldextensions

A collection of useful grid field components

971.8M235](/packages/symbiote-silverstripe-gridfieldextensions)[undefinedoffset/sortablegridfield

Adds drag and drop functionality to Silverstripe's GridField

941.2M50](/packages/undefinedoffset-sortablegridfield)[unclecheese/betterbuttons

Adds new form actions and buttons to GridField detail form for usability enhancements.

85544.9k19](/packages/unclecheese-betterbuttons)[briceburg/silverstripe-pickerfield

GridField based management of has\_one , has\_many , and many\_many relationship selection

2541.2k1](/packages/briceburg-silverstripe-pickerfield)[webbuilders-group/silverstripe-frontendgridfield

Wraps gridfield adding support for using it on the front-end.

2029.8k1](/packages/webbuilders-group-silverstripe-frontendgridfield)[milkyway-multimedia/ss-gridfield-utils

A collection of GridField components that you can use with any GridField, including Editable Rows and amy more

207.3k2](/packages/milkyway-multimedia-ss-gridfield-utils)

PHPackages © 2026

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