Download the PHP package trilobit-gmbh/contao-jointforms-bundle without Composer
On this page you can find all versions of the php package trilobit-gmbh/contao-jointforms-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download trilobit-gmbh/contao-jointforms-bundle
More information about trilobit-gmbh/contao-jointforms-bundle
Files in trilobit-gmbh/contao-jointforms-bundle
Package contao-jointforms-bundle
Short Description Contao 4 / Contao 5 jointforms bundle
License LGPL-3.0-or-later
Informations about the package contao-jointforms-bundle
Joint Forms Bundle
Mit diesem Bundle werden Formular-Abläufe und Abhängigkeiten definiert. Die Basis für die Speicherung der Daten ist die Contao Mitgliederverwaltung. Abhängigkeiten von Formularen untereinander sind möglich und können mit der Symfony ExpressionLanguage definiert werden. Einzelformulare können separate ausgefüllt und abgeschickt werden. Die Daten werden dann beim angemeldeten Mitglied persistiert. Das Ausfüllen der weiteren und noch offenen Formulare kann jederzeit wieder aufgenommen werden. Inhaltselemente können ergänzend auch über die Symfony ExpressionLanguage gesteuert werden. Es stehen die Daten der bereits ausgefüllten Formulare zur Verfügung.
Installation
Install the extension via composer: trilobit-gmbh/contao-jointforms-bundle.
Kompatibilität / Getestet / Compatibility / Tested
- Contao version ~4.13
- Contao version ~5.0
- PHP 8.1
Configuration
You can define the following configuration parameters via your config.yml
file:
example configuration
App vars and functions
- app.tools.dateDiff(dateA, dateB, 'days')
//days, y, m, d, h, i, s
- app.date
//Date::parse('Y-m-d');
- app.time
//Date::parse('H:i');
- app.tstamp
//time();
All versions of contao-jointforms-bundle with dependencies
contao/core-bundle Version ^5.3
ext-json Version *
trilobit-gmbh/trilobit-datepicker Version ^1.0