Installation
Installation and configuration
- Install mosparo form with Composer or Install mosparo form in Classic Mode.
- Include static TypoScript via site set (TYPO3 v13 and above) or Include static TypoScript via TypoScript module.
- Configure the mosparo Form via site set settings (TYPO3 v13 and above) or Configure the mosparo Form via TypoScript (TypoScript File)
- (Optional) Add additional project
- Start adding mosparo to your forms!
Install mosparo form with Composer
Install the extension via Composer:
composer req denkwerk/mosparo-form
Copied!
Install mosparo form in Classic Mode
Or download the extension from https://extensions.typo3.org/extension/mosparo_form and install it in the Extension Manager.
The extension depends on the PHP package mosparo/php-api-client.
Make sure this package is installed in your TYPO3 environment or otherwise available so the extension can function properly.