PHPackages                             nathancox/textfieldgroup - 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. nathancox/textfieldgroup

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

nathancox/textfieldgroup
========================

A super simple convenience module for displaying text and textfields inline in the CMS

2382[3 PRs](https://github.com/nathancox/silverstripe-textfieldgroup/pulls)PHP

Since Sep 9Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nathancox/silverstripe-textfieldgroup)[ Packagist](https://packagist.org/packages/nathancox/textfieldgroup)[ RSS](/packages/nathancox-textfieldgroup/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

SilverStripe TextFieldGroup
===========================

[](#silverstripe-textfieldgroup)

This is intended to make any combination of text fields and labels on a single line. Eg for URLSegments prepended by the domain as a label, or for X, Y and Z coordinates for a single location.

The differences from FieldGroup are a) it takes away the minimum width of fields so things are spaced approriately; and b) if you pass in a string instead of a field it's automatically turned in to a LiteralField

No dramatic functionality, just a convenience class for formatting.

Currently being developed on SilverStripe 3, not tested on 2.x yet.

Maintainer Contacts
-------------------

[](#maintainer-contacts)

- Nathan Cox ()

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

[](#requirements)

- SilverStripe 3.0+

Documentation
-------------

[](#documentation)

[GitHub](https://github.com/nathancox/silverstripe-textfieldgroup/wiki)

Installation Instructions
-------------------------

[](#installation-instructions)

1. Place the files in a directory called tagitfield in the root of your SilverStripe installation
2. Visit yoursite.com/dev/build to rebuild the database

Usage Overview
--------------

[](#usage-overview)

The first argument is the field label. All following arguments should be either instances of FormField or strings to be converted in to LiteralFields.

```
$fields->addFieldToTab('Root.Main', new TextFieldGroup('Map coordinates',
		$this->getMapLink() . '/',
		new NumericField("LocationX", "", "", 3),
		"/",
		new NumericField("LocationY", "", "", 3)
));

$fields->addFieldToTab('Root.Main', new TextFieldGroup('Subdomain',
		'http://',
		new TextField("Subdomain", ""),
		'.example.com'
));

```

Known Issues
------------

[](#known-issues)

[Issue Tracker](https://github.com/nathancox/silverstripe-tagitfield/issues)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/194315?v=4)[Nathan Cox](/maintainers/nathancox)[@nathancox](https://github.com/nathancox)

---

Top Contributors

[![nathancox](https://avatars.githubusercontent.com/u/194315?v=4)](https://github.com/nathancox "nathancox (9 commits)")

### Embed Badge

![Health badge](/badges/nathancox-textfieldgroup/health.svg)

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

###  Alternatives

[elgentos/module-eu-tax-rates

Magento 2 extension to import EU taxes into Magento.

1047.0k](/packages/elgentos-module-eu-tax-rates)

PHPackages © 2026

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