PHPackages                             tritum/repeatable-form-elements - 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. tritum/repeatable-form-elements

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

tritum/repeatable-form-elements
===============================

Adds a new form element which allows the editor to create new container elements with any type fields in them. In the frontend, a user can create any number of new containers. This is an extension for TYPO3 CMS.

v5.0.1(1y ago)1599.2k—8.1%22[4 issues](https://github.com/tritum/repeatable_form_elements/issues)[4 PRs](https://github.com/tritum/repeatable_form_elements/pulls)GPL-2.0-or-laterPHP

Since Apr 21Pushed 1y ago2 watchersCompare

[ Source](https://github.com/tritum/repeatable_form_elements)[ Packagist](https://packagist.org/packages/tritum/repeatable-form-elements)[ RSS](/packages/tritum-repeatable-form-elements/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (15)Used By (0)

[![TYPO3 extension](https://camo.githubusercontent.com/cd135eac6a6168477ecea7f041e7da85f56a62cf7925b4f664652416652494f0/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f657874656e73696f6e2f736869656c64732e737667)](https://camo.githubusercontent.com/cd135eac6a6168477ecea7f041e7da85f56a62cf7925b4f664652416652494f0/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f657874656e73696f6e2f736869656c64732e737667)[![Total downloads](https://camo.githubusercontent.com/fbd52e27eab51a9655a1b605a7307a0a349d911ac5ce6e889376e87427b8b71b/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f646f776e6c6f6164732f736869656c64732e737667)](https://camo.githubusercontent.com/fbd52e27eab51a9655a1b605a7307a0a349d911ac5ce6e889376e87427b8b71b/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f646f776e6c6f6164732f736869656c64732e737667)[![Stability](https://camo.githubusercontent.com/4ab9a411a5caa353fa13d65ac8a745ce6bf5fdcf67edf4eef9a6e4cf23177512/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f73746162696c6974792f736869656c64732e737667)](https://camo.githubusercontent.com/4ab9a411a5caa353fa13d65ac8a745ce6bf5fdcf67edf4eef9a6e4cf23177512/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f73746162696c6974792f736869656c64732e737667)[![TYPO3 versions](https://camo.githubusercontent.com/9681f68cd349b326db2e4a11dbb6d852c09b06ab433de20fce4565f272478248/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f7479706f332f736869656c64732e737667)](https://camo.githubusercontent.com/9681f68cd349b326db2e4a11dbb6d852c09b06ab433de20fce4565f272478248/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f7479706f332f736869656c64732e737667)[![Latest version](https://camo.githubusercontent.com/c1c42115e445db6df70e0c6ae25822f01c34a374be36ab234dd7dc14668f3a4b/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f76657273696f6e2f736869656c64732e737667)](https://camo.githubusercontent.com/c1c42115e445db6df70e0c6ae25822f01c34a374be36ab234dd7dc14668f3a4b/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f72657065617461626c655f666f726d5f656c656d656e74732f76657273696f6e2f736869656c64732e737667)

Custom form element "Repeatable container"
==========================================

[](#custom-form-element-repeatable-container)

This TYPO3 extension adds a custom form element "Repeatable container" to the TYPO3 form framework. It displays one/ a set of fields which can be duplicated and removed if desired. Any existing validation is copied as well. All form finishers will be aware of the copied field(s).

Preferred installation
----------------------

[](#preferred-installation)

1. Require the extension via composer.
2. Add the site set tritum/form-element-linked-checkbox to the dependencies of your site packages site set (TYPO3 v13). Or add the static TypoScript configuration to your TypoScript template (TYPO3 v12 and TYPO3 v13).

Usage
-----

[](#usage)

Open the TYPO3 form editor and create a new form/ open an existing one. Add a new element to your form. The modal will list the new custom form element "Repeatable container".

Add the desired fields with the favored validators to the "Repeatable container".

The frontend will render the "Repeatable container" as fieldset. In addition to the included form elements it will display buttons for copying/ removing new sets of fields.

The newly implemented extended version of SaveToDatabaseFinisher can be used as seen [here](Resources/Private/ExampleFormDefinitions/extended-save-to-database-finisher.form.yaml).

Configuration
-------------

[](#configuration)

To deactivate the copying of variants, the feature `repeatableFormElements.copyVariants` can be used

Extendability
-------------

[](#extendability)

The following options can be used to extend the behavior when copying.

NameDescriptionCopyVariantEventExtend manipulation of copied variants or disable specific ones.Credits
-------

[](#credits)

This TYPO3 extension was created by Ralf Zimmermann ().

Thank you
---------

[](#thank-you)

Nora Winter - "Faktenkopf" at [www.faktenhaus.de](http://www.faktenhaus.de) - sponsored this great extension. The fine people at [www.b13.de](http://www.b13.de) connected all the people involved.

Elias Häußler - haeussler.dev - for helping with TYPO3v11 compatability and providing the beautiful [TYPO3 badges](https://typo3-badges.dev). Use them. Give him some kudos!

Uwe - Hawkeye1909 - for removing jQuery as dependency.

Alexander Opitz @ extrameile-gehen.de - for his work on saving repeatable elements to database.

especially to all others who have contributed to the improvement of the extension.

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance42

Moderate activity, may be stable

Popularity43

Moderate usage in the ecosystem

Community22

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~66 days

Total

14

Last Release

392d ago

Major Versions

v0.0.2 → 1.0.02018-06-06

1.0.1 → 2.0.02020-08-17

2.0.2 → 3.0.02022-07-13

3.1.1 → 4.0.02024-07-30

v4.1.1 → 5.0.02024-12-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1932663?v=4)[TRITUM](/maintainers/tritum)[@tritum](https://github.com/tritum)

---

Top Contributors

[![tritum](https://avatars.githubusercontent.com/u/1932663?v=4)](https://github.com/tritum "tritum (21 commits)")[![chrosey](https://avatars.githubusercontent.com/u/7964040?v=4)](https://github.com/chrosey "chrosey (19 commits)")[![dreistromland-tj](https://avatars.githubusercontent.com/u/186044798?v=4)](https://github.com/dreistromland-tj "dreistromland-tj (8 commits)")[![waldhacker1](https://avatars.githubusercontent.com/u/4954582?v=4)](https://github.com/waldhacker1 "waldhacker1 (8 commits)")[![eliashaeussler](https://avatars.githubusercontent.com/u/16313625?v=4)](https://github.com/eliashaeussler "eliashaeussler (7 commits)")[![Hawkeye1909](https://avatars.githubusercontent.com/u/19345395?v=4)](https://github.com/Hawkeye1909 "Hawkeye1909 (3 commits)")[![Jaykju](https://avatars.githubusercontent.com/u/33766870?v=4)](https://github.com/Jaykju "Jaykju (1 commits)")[![FalkoLinke](https://avatars.githubusercontent.com/u/28533223?v=4)](https://github.com/FalkoLinke "FalkoLinke (1 commits)")[![asakurayoh](https://avatars.githubusercontent.com/u/327551?v=4)](https://github.com/asakurayoh "asakurayoh (1 commits)")[![mbrodala](https://avatars.githubusercontent.com/u/5037116?v=4)](https://github.com/mbrodala "mbrodala (1 commits)")[![olilo](https://avatars.githubusercontent.com/u/391866?v=4)](https://github.com/olilo "olilo (1 commits)")[![sabbelasichon](https://avatars.githubusercontent.com/u/13050560?v=4)](https://github.com/sabbelasichon "sabbelasichon (1 commits)")

### Embed Badge

![Health badge](/badges/tritum-repeatable-form-elements/health.svg)

```
[![Health](https://phpackages.com/badges/tritum-repeatable-form-elements/health.svg)](https://phpackages.com/packages/tritum-repeatable-form-elements)
```

###  Alternatives

[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1481.0k](/packages/eliashaeussler-typo3-form-consent)[t3g/blog

This blog extension uses TYPO3s core concepts and elements to provide a full-blown blog that users of TYPO3 can instantly understand and use.

48581.2k7](/packages/t3g-blog)[typo3-themes/themes

TYPO3 THEMES

3642.6k2](/packages/typo3-themes-themes)[t3kit/t3kit

t3kit project. A TYPO3 website starterkit.

5624.3k](/packages/t3kit-t3kit)[mautic/mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing\_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.

236.3k](/packages/mautic-mautic-typo3)[t3kit/theme-t3kit

Base Theme fot t3kit project

2410.2k](/packages/t3kit-theme-t3kit)

PHPackages © 2026

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