ximo/xima-typo3-formcycle

一个TYPO3扩展,用于包含您的formcycle表单

安装次数: 1,341

依赖项: 0

建议者: 0

安全: 0

星标: 2

关注者: 12

分支: 3

公开问题: 16

类型:typo3-cms-extension


README

Extension icon

TYPO3扩展 xm_formcycle

Latest version Supported TYPO3 versions Total downloads TYPO3 extension Tests codecov Composer

一个连接到 formcycle 的TYPO3扩展。选择您创建的表单并将其嵌入到您的TYPO3网站上。

需求

  • formcycle版本8+,已安装插件Formularliste
  • PHP 8.1+

安装

Composer

composer require xima/xima-typo3-formcycle

TER

TER version

TYPO3扩展仓库(TER) 下载zip文件。

配置

安装后,通过扩展配置输入您的登录信息,并包含前端渲染的TypoScript模板。

1. 扩展配置

通过TYPO3后端或您的config/system/settings.php在扩展配置中设置您的formcycle凭据

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

2. TypoScript包含

包含静态TypoScript模板"formcycle"或直接将其导入到您的站点包中

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

开发者

如果您想修改 fluid模板,请通过TypoScript常量添加模板路径

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
    }
}

Formcycle.html复制并修改到模板目录。

许可

此项目根据 GNU通用公共许可证2.0(或更高版本) 授权。