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

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

hschottm/contao-multitextwizard
===============================

contao-multitextwizard is a backend widget that can be used to add an array of text input fields to Contao backend forms.

1.2.0(3y ago)0503[1 issues](https://github.com/hschottm/MultiTextWizard/issues)1LGPL-3.0-or-laterPHPPHP ^7.4 || ^8.0

Since Jun 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hschottm/MultiTextWizard)[ Packagist](https://packagist.org/packages/hschottm/contao-multitextwizard)[ RSS](/packages/hschottm-contao-multitextwizard/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (1)

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

contao-multitextwizard
======================

[](#contao-multitextwizard)

Contao backend widget for text list input

contao-textwizard is a backend widget that can be used to add and edit an array of text input fields to Contao backend forms.

[![textwizard](https://github.com/hschottm/MultiTextWizard/raw/Documentation/docs/images/screenshot_multitextwizard_backend.png)](https://github.com/hschottm/MultiTextWizard/blob/Documentation/docs/images/screenshot_multitextwizard_backend.png)

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

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

```
'authors' => array
(
  'label'                   => &$GLOBALS['TL_LANG']['tl_extension']['authors'],
  'inputType'               => 'multitextWizard',
  'save_callback'           => array(array('tl_extension', 'saveAuthors')),
  'load_callback'           => array(array('tl_extension', 'loadAuthors')),
  'eval'                    =>
    array(
      'mandatory' => false,
      'doNotSaveEmpty'=>true,
      'style' => 'width: 100%;',
      'columns' => array
      (
        array
        (
          'label' => &$GLOBALS['TL_LANG']['tl_extension']['firstname'],
          'width' => '180px'
        ),
        array
        (
          'label' => &$GLOBALS['TL_LANG']['tl_extension']['lastname'],
        )
      ),
      'buttonTitles' => array(
        'rnew' => $GLOBALS['TL_LANG']['tl_extension']['buttontitle_author_new'],
        'rcopy' => $GLOBALS['TL_LANG']['tl_extension']['buttontitle_author_copy'],
        'rdelete' => $GLOBALS['TL_LANG']['tl_extension']['buttontitle_author_delete']
      )
    ),
  'sql'                     => "blob NULL"
),
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

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

Total

2

Last Release

1355d ago

PHP version history (2 changes)1.0.0PHP ^5.6 || ^7.0

1.2.0PHP ^7.4 || ^8.0

### 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 (12 commits)")

---

Tags

bundleextensioncontaowidgetinputwizardmultiple

### Embed Badge

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

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

###  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)

PHPackages © 2026

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