PHPackages                             passionweb/form-email-contentblocks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. passionweb/form-email-contentblocks

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

passionweb/form-email-contentblocks
===================================

Allows adding different content elements at the beginning (introductory text) and/or at the end (email signature) of the email templates. Also, the background color and logo of the fluid email template can be edited.

3.0.4(6mo ago)21.6k↓65%3[2 issues](https://github.com/passionweb-manuel-schnabel/form-email-contentblocks/issues)GPL-2.0-or-laterHTML

Since Jan 23Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/passionweb-manuel-schnabel/form-email-contentblocks)[ Packagist](https://packagist.org/packages/passionweb/form-email-contentblocks)[ Docs](https://www.passionweb.de)[ RSS](/packages/passionweb-form-email-contentblocks/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (2)Versions (26)Used By (0)

TYPO3 Extension `Form email contentblocks`
==========================================

[](#typo3-extension-form-email-contentblocks)

Allows to add a content element at the beginning (introductory text) and/or at the end (signature) of the email templates. Also, the background color and logo of the fluid email template can be edited.

Features
--------

[](#features)

- Add a content element at the beginning of the email to receiver template
- Add a content element at the beginning of the email to sender template

[![Introductory text finisher for sender/receiver](./Documentation/Introduction/example-introductory-text.png)](./Documentation/Introduction/example-introductory-text.png)

- Add a content element at the end of the email to receiver template
- Add a content element at the end of the email to sender template

[![Signature text finisher for sender/receiver](./Documentation/Introduction/example-signature-text.png)](./Documentation/Introduction/example-signature-text.png)

- Edit the background color and logo of the fluid email template for sender and receiver

[![ExtendFluidEmail finisher](./Documentation/Introduction/example-extend-fluid-email.png)](./Documentation/Introduction/example-extend-fluid-email.png)

Installation
------------

[](#installation)

Add via composer:

```
composer require "passionweb/form-email-contentblocks"

```

- Install the extension via composer
- Flush TYPO3 and PHP Cache

What does this extension do?
----------------------------

[](#what-does-this-extension-do)

This extension provides additional finishers for the TYPO3 system extension "Form" ([EXT:form](https://docs.typo3.org/c/typo3/cms-form/11.5/en-us/Index.html "EXT:form")). In order for this extension to work as desired, the extension must be installed and configured correctly.

Since version 1.1.0 it is possible to [use form variables in the content elements](#add-form-variables-to-content-elements).

Following finishers are available:

- `IntroductoryReceiverFinisher` (Adds a content element at the beginning of the email to receiver template)
- `IntroductorySenderFinisher` (Adds a content element at the beginning of the email to sender template)
- `SignatureReceiverFinisher` (Adds a content element at the end of the email to receiver template)
- `SignatureSenderFinisher` (Adds a content element at the end of the email to sender template)
- `ExtendFluidEmailFinisher` (Edit the background color and logo (relative fileadmin paths and extension paths are possible) of the fluid email template for sender and receiver)

All previous finishers must be placed in front of the associated email finishers (`EmailToSender` or `EmailToReceiver`). Otherwise the corresponding content blocks are ignored. The same applies to the ExtendFluidEmailFinisher variables.

For each finisher, the corresponding notes are also displayed in the header of the respective finisher.

Extension configuration (TypoScript)
------------------------------------

[](#extension-configuration-typoscript)

All necessary configurations are read in using the `ExtensionManagementUtiltity:addTypoScript()` function within `ext_tables.php`.

```
plugin.tx_form.settings.yamlConfigurations {
    1673535916 = EXT:form_email_contentblocks/Configuration/Yaml/BaseSetup.yaml
}

module.tx_form.settings.yamlConfigurations {
    1673535916 = EXT:form_email_contentblocks/Configuration/Yaml/BaseSetup.yaml
    1673535917 = EXT:form_email_contentblocks/Configuration/Yaml/FormEditorSetup.yaml
}

```

How editors can/should use the extension
----------------------------------------

[](#how-editors-canshould-use-the-extension)

1. Create new or edit an existing form
2. Add the finisher(s) you want to use (and place them in the right order)

[![Signature finisher for sender/receiver](./Documentation/Editor/overview-added-finishers.png)](./Documentation/Editor/overview-added-finishers.png)

3. Save the form

Add form variables to content elements
--------------------------------------

[](#add-form-variables-to-content-elements)

Since version 1.1.0 it is possible to use form variables in the content elements or the text fields for the plaintext. You can use it in the same way as in the finisher configurations.

[![Form variables in content element](./Documentation/Editor/form-variables-in-content-element.png)](./Documentation/Editor/form-variables-in-content-element.png)

Troubleshooting and logging
---------------------------

[](#troubleshooting-and-logging)

If something does not work as expected take a look at the log file first. Every problem is logged to the TYPO3 log (normally found in `var/log/typo3_*.log`).

If something still doesn't work as desired after checking the logs, feel free to contact me.

Important notes
---------------

[](#important-notes)

This extension does not override any of the default EXT:form finisher classes, as it uses the `FinisherVariableProvider` object to share variables between finishers.

But the default email templates are overwritten. If you use several extensions that overwrite the default email templates of EXT:form, conflicts can arise.

Achieving more together or Feedback, Feedback, Feedback
-------------------------------------------------------

[](#achieving-more-together-or-feedback-feedback-feedback)

I'm grateful for any feedback! Be it suggestions for improvement, extension requests or just a (constructive) feedback on how good or crappy the extension is.

Feel free to send me your feedback to [service@passionweb.de](mailto:service@passionweb.de "Send Feedback") or [contact me on Slack](https://typo3.slack.com/team/U02FG49J4TG "Contact me on Slack")

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance63

Regular maintenance activity

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~51 days

Recently: every ~97 days

Total

22

Last Release

181d ago

Major Versions

1.1.4 → 2.1.42024-04-12

2.1.4 → 3.0.02024-11-14

1.1.5 → 2.1.52024-11-14

2.1.5 → 3.0.12024-11-29

1.1.6 → 3.0.22025-04-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/120183093?v=4)[Manuel Schnabel](/maintainers/passionweb-manuel-schnabel)[@passionweb-manuel-schnabel](https://github.com/passionweb-manuel-schnabel)

---

Top Contributors

[![ManuS3009](https://avatars.githubusercontent.com/u/43109656?v=4)](https://github.com/ManuS3009 "ManuS3009 (35 commits)")[![passionweb-manuel-schnabel](https://avatars.githubusercontent.com/u/120183093?v=4)](https://github.com/passionweb-manuel-schnabel "passionweb-manuel-schnabel (28 commits)")[![dmitryd](https://avatars.githubusercontent.com/u/306133?v=4)](https://github.com/dmitryd "dmitryd (1 commits)")[![infabo](https://avatars.githubusercontent.com/u/3999104?v=4)](https://github.com/infabo "infabo (1 commits)")[![KrisRaszewski](https://avatars.githubusercontent.com/u/162709175?v=4)](https://github.com/KrisRaszewski "KrisRaszewski (1 commits)")

### Embed Badge

![Health badge](/badges/passionweb-form-email-contentblocks/health.svg)

```
[![Health](https://phpackages.com/badges/passionweb-form-email-contentblocks/health.svg)](https://phpackages.com/packages/passionweb-form-email-contentblocks)
```

###  Alternatives

[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106749.2k26](/packages/typo3-cms-styleguide)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1590.6k](/packages/eliashaeussler-typo3-form-consent)[pagemachine/typo3-formlog

Form log for TYPO3

23233.9k7](/packages/pagemachine-typo3-formlog)[praetorius/vite-asset-collector

Use AssetCollector to embed frontend assets generated by vite

54299.7k1](/packages/praetorius-vite-asset-collector)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
