Installation
Requirements
- PHP 8.1 - 8.4
- TYPO3 12.4 LTS - 13.4 LTS
Installation
Require the extension via Composer (recommended):
composer require eliashaeussler/typo3-form-consent
Copied!
Or download it from the TYPO3 extension repository.
Initial setup
Once installed, make sure to add the site set
eliashaeussler/
as dependency to your site (TYPO3 >= 13.1) or include the TypoScript setup
at EXT:
in your root template.
Version matrix
Extension versions | TYPO3 versions | PHP versions |
---|---|---|
since 3.1.2 | 12.4 LTS - 13.4 LTS | 8.1 - 8.4 |
3.1.0 - 3.1.1 | 12.4 LTS - 13.4 LTS | 8.1 - 8.3 |
3.0.x | 11.5 LTS - 13.3 | 8.1 - 8.3 |
2.2.0 - 2.3.1 | 11.5 LTS - 13.1 | 8.1 - 8.3 |
2.1.0 | 11.5 LTS - 13.0 | 8.1 - 8.3 |
1.1.0 - 2.0.0 | 11.5 LTS - 12.4 LTS | 8.1 - 8.3 |
1.0.0 | 11.5 LTS - 12.4 LTS | 8.1 - 8.2 |
0.3.0 - 0.7.1 | 10.4 LTS - 11.5 LTS | 7.4 - 8.1 |
0.2.x | 10.4 LTS - 11.5 LTS | 7.2 - 8.1 |
0.1.x | 10.4 LTS - 11.5 LTS | 7.2 - 8.0 |