PHPackages                             hschottm/contao-textwizard - 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. hschottm/contao-textwizard

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

hschottm/contao-textwizard
==========================

contao-textwizard is a backend widget that can be used to add or edit a variable list of text input fields unlike the Contao listWizard widget. Additionally to the listWizard functionality contao-textwizard selects the content of a newly created or duplicated text field and it adds a button to create an empty new text field.

3.5.6(1y ago)05.3k23LGPL-3.0-or-laterPHPPHP ^8.1

Since Dec 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hschottm/textwizard)[ Packagist](https://packagist.org/packages/hschottm/contao-textwizard)[ RSS](/packages/hschottm-contao-textwizard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (3)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fe47f0a70d91777de2aa1c307baae33cd91141118b8fc72180d62406f72c21ed/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f687363686f74746d2f636f6e74616f2d7465787477697a6172642e7376673f7374796c653d666c6174)](https://packagist.org/packages/hschottm/contao-textwizard)[![Installations via composer per month](https://camo.githubusercontent.com/12fc934dc111d6fe8cfe1754aa04dcbe329731a8da83da81ca3acb0dc0a6533e/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f687363686f74746d2f636f6e74616f2d7465787477697a6172642e7376673f7374796c653d666c6174)](https://packagist.org/packages/hschottm/contao-textwizard)[![Installations via composer total](https://camo.githubusercontent.com/d6fd4cac6a4c3baff0c2422fb6d6707229fc6b34f561590fd88b8ddc9d444491/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f687363686f74746d2f636f6e74616f2d7465787477697a6172642e7376673f7374796c653d666c6174)](https://packagist.org/packages/hschottm/contao-textwizard)

contao-textwizard
=================

[](#contao-textwizard)

Contao backend widget for text list input

contao-textwizard is a backend widget that can be used to add or edit a variable list of text input fields unlike the Contao listWizard widget. Additionally to the listWizard functionality contao-textwizard selects the content of a newly created or duplicated text field and it adds a button to create an empty new text field.

[![textwizard](https://user-images.githubusercontent.com/873113/49338631-0781c200-f624-11e8-96a6-9567e19a178e.png)](https://user-images.githubusercontent.com/873113/49338631-0781c200-f624-11e8-96a6-9567e19a178e.png)

Use in the data container array (DCA)
-------------------------------------

[](#use-in-the-data-container-array-dca)

```
'matrixrows' => array
(
  'label'                   => &$GLOBALS['TL_LANG']['tl_survey_question']['matrixrows'],
  'exclude'                 => true,
  'inputType'               => 'textwizard',
  'eval'                    => array(
    'allowHtml'             => true,
    'decodeEntities'        => true,
    'buttonTitles'          => array(
      'new'                 => $GLOBALS['TL_LANG']['tl_survey_question']['buttontitle_matrixrow_new'],
      'copy'                => $GLOBALS['TL_LANG']['tl_survey_question']['buttontitle_matrixrow_copy'],
      'delete'              => $GLOBALS['TL_LANG']['tl_survey_question']['buttontitle_matrixrow_delete']
    )
  ),
  'sql'                     => "blob NULL"
),
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity76

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 ~218 days

Recently: every ~0 days

Total

11

Last Release

537d ago

PHP version history (4 changes)3.2.0PHP &gt;=5.6.0

3.2.1PHP ^5.6 || ^7.0

3.4.0PHP ^7.4 || ^8.0

3.5.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/3daa3e16ba2d9038e401e58eab590d06f1dcaa15417091e8414c2ed4d9460cc3?d=identicon)[hschottm](/maintainers/hschottm)

---

Top Contributors

[![hschottm](https://avatars.githubusercontent.com/u/873113?v=4)](https://github.com/hschottm "hschottm (32 commits)")

---

Tags

bundleextensioncontaowidgetinputwizard

### Embed Badge

![Health badge](/badges/hschottm-contao-textwizard/health.svg)

```
[![Health](https://phpackages.com/badges/hschottm-contao-textwizard/health.svg)](https://phpackages.com/packages/hschottm-contao-textwizard)
```

###  Alternatives

[kartik-v/yii2-widget-colorinput

An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)

324.8M10](/packages/kartik-v-yii2-widget-colorinput)[kartik-v/yii2-sortable-input

Sortable input widget based on yii2-sortable extension.

24660.4k2](/packages/kartik-v-yii2-sortable-input)[kolyunya/yii2-map-input-widget

Yii2 map input widget. Allows you to select geographcal coordinates via a human-friendly inteface.

2836.3k4](/packages/kolyunya-yii2-map-input-widget)[markocupic/contao-bundle-creator-bundle

This bundle provides a bundle maker for Contao 4.\*. The extension will create a fully working backend- or/and frontend module after you have defined a few parameters in the contao backend.

224.7k](/packages/markocupic-contao-bundle-creator-bundle)[kartik-v/yii2-label-inplace

A form enhancement widget for Yii2 allowing in-field label support.

1181.2k](/packages/kartik-v-yii2-label-inplace)

PHPackages © 2026

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