Download the PHP package b13/form-custom-templates without Composer
On this page you can find all versions of the php package b13/form-custom-templates. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download b13/form-custom-templates
More information about b13/form-custom-templates
Files in b13/form-custom-templates
Package form-custom-templates
Short Description Enable custom templates for emails sent using TYPO3\'s form framework email finishers
License GPL-2.0-or-later
Informations about the package form-custom-templates
B13 - Form Custom templates
Allows a user to define the email template for each email finisher and override it in the plugin settings.
The global defined template is used by default. Additional templates need to be configured!
Install
Configuration
Doktype and typeNum
In case the doktype
(default: 125) or typeNum
(default: 101) are already used in the
current TYPO3 instance both values can be changed in Settings -> Extension Configuration.
The constants plugin.tx_form_custom_templates.doktype
and plugin.tx_form_custom_templates.typeNum
are set automatically depending on the set values in the Extension Configuration.
Add TypoScript configuration
Use @import
or include_static_file
to add the basic
configuration.
This will extend the EmailToSender
and EmailToReceiver
finisher with a template selector.
The template selector will list all pages of doktype Email (plugin.tx_form_custom_templates.doktype default: 125).
By default, the page doktype Email uses a template based on SystemEmail.html
Custom html templates:
Custom result list template:
Define file path (omit suffix). A Template in html and txt format is required.
Define default template
All versions of form-custom-templates with dependencies
typo3/cms-form Version ^11.5 || ^12.3
typo3/cms-core Version ^11.5 || ^12.3
typo3/cms-frontend Version ^11.5 || ^12.3
typo3/cms-install Version ^11.5 || ^12.3
typo3/cms-filelist Version ^11.5 || ^12.3