Installation

Installation and configuration

  1. Install mosparo form with Composer or Install mosparo form in Classic Mode.
  2. Include static TypoScript via site set (TYPO3 v13 and above) or Include static TypoScript via TypoScript module.
  3. Configure the mosparo Form via site set settings (TYPO3 v13 and above) or Configure the mosparo Form via TypoScript (TypoScript File)
  4. (Optional) Add additional project
  5. Start adding mosparo to your forms!

Install mosparo form with Composer

Install the extension via Composer:

composer req denkwerk/mosparo-form
Copied!

See also Installing extensions, TYPO3 Getting started.

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.