Download the PHP package tritum/repeatable-form-elements without Composer

On this page you can find all versions of the php package tritum/repeatable-form-elements. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package repeatable-form-elements

TYPO3 extension Total downloads Stability TYPO3 versions Latest version

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

  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

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.

Configuration

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

Extendability

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

Name Description
CopyVariantEvent Extend manipulation of copied variants or disable specific ones.

Credits

This TYPO3 extension was created by Ralf Zimmermann (https://dreistrom.land).

Thank you

Nora Winter - "Faktenkopf" at www.faktenhaus.de - sponsored this great extension. The fine people at 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. 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.


All versions of repeatable-form-elements with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4 || ^13.4
typo3/cms-extbase Version ^12.4 || ^13.4
typo3/cms-form Version ^12.4 || ^13.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tritum/repeatable-form-elements contains the following files

Loading the files please wait ....