xima-media/xm_formcycle

TYPO3 extension to include your XIMA Formcycle forms

Installs: 8 512

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 13

Forks: 2

Open Issues: 16

Type:typo3-cms-extension

9.0.1 2024-03-11 17:17 UTC

README

Extension icon

TYPO3 extension xm_formcycle

Supported TYPO3 versions

A TYPO3 extension that connects to XIMA® Formcycle. Select your created forms and embed them into your TYPO3 site.

Requirements

  • Formcycle version 8 + installed plugin Formularliste
  • PHP 8.1+

Installation

Composer

composer require xima/xima-typo3-formcycle

TER

TER version

Download the zip file from TYPO3 extension repository (TER).

Configuration

After installation, enter your login data via extension configuration and include the TypoScript template for the frontend rendering.

1. Extension configuration

Set your Formcycle credentials in the extension configuration via TYPO3 backend or in your config/system/settings.php:

'EXTENSIONS' => [
    'xm_formcycle' => [
        'formcycleUrl' => 'https://pro.formcloud.de/',
        'formcycleClientId' => '4231',
    ],
]

2. TypoScript include

Include the static TypoScript template "Formcycle" or directly import it in your sitepackage:

@import 'EXT:xm_formcycle/Configuration/TypoScript/setup.typoscript'

Developer

If you want to modify the fluid template, add template paths via TypoScript constants:

plugin.tx_xmformcycle {
    view {
        templateRootPath = EXT:your_ext/Resources/Private/Templates
        partialRootPath = EXT:your_ext/Resources/Private/Partials
        layoutRootPath = EXT:your_ext/Resources/Private/Layouts
    }
}

Copy and modify the Formcycle.html to the Templates directory.

License

This project is licensed under GNU General Public License 2.0 (or later).