PHPackages                             georgringer/news-form-fill - 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. georgringer/news-form-fill

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

georgringer/news-form-fill
==========================

Provide article record to finishers of EXT:form

07HTML

Since May 1Pushed 2y ago2 watchersCompare

[ Source](https://github.com/georgringer/news_form_fill)[ Packagist](https://packagist.org/packages/georgringer/news-form-fill)[ RSS](/packages/georgringer-news-form-fill/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TYPO3 Extension `news_form_fill`
================================

[](#typo3-extension-news_form_fill)

This extension provides information of the news record (EXT:news) to the emails generated by EXT:form.

Typical use case: Imagine events based on news articles. Every article contains a link to a page with the form to be able to register.

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

[](#installation)

Install the extension with `composer req georgringer/news-form-fill`.

Usage
-----

[](#usage)

### Form Configuration

[](#form-configuration)

The newly available finisher needs to be placed **before** the email finisher(s).

Either use the UI as seen below or add the finisher manually in the yaml file

```
finishers:
  -
    identifier: NewsVariableProvider
```

[![finisher.png](Resources/Public/Screenshots/finisher.png)](Resources/Public/Screenshots/finisher.png)

After that, place a hidden field in the form with the identifier `newsid`

```
      -
        defaultValue: null
        type: Hidden
        identifier: newsid
        label: News
```

### Link to the form

[](#link-to-the-form)

Generate the link to the form with a link like this:

```
https://example.ddev.site/booking?newsid=123

```

You can now check if the prefill works by checking the source code of your page. It should contain a hidden field with the news id.

```

```

### Use the news information in the template

[](#use-the-news-information-in-the-template)

This extension registers a demo layout in the `BaseSetup.yaml` file

```
TYPO3:
  CMS:
    Form:
      prototypes:
        standard:
          finishersDefinition:
            EmailToReceiver:
              options:
                templateRootPaths:
                  1714495718: 'EXT:news_form_fill/Resources/Private/Templates/Finishers/Email/'
            EmailToSender:
              options:
                templateRootPaths:
                  1714495718: 'EXT:news_form_fill/Resources/Private/Templates/Finishers/Email/'
```

Take a look at `Resources/Private/Templates/Finishers/Email/Default.html` to see how the news information is retrieved in the email.

Currently there is a hardcoded access to the following fields: uid, pid, title, teaser, bodytext.

Thanks to
=========

[](#thanks-to)

- Manuel Schnabel for your [extension](https://github.com/passionweb-manuel-schnabel/finisher-variable-provider) which I learned the most from and also took some code!
- Gernot Hofer for sponsoring the development of this extension

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d08c176686c8914d32c70d4af388887d738930fdfdf07c7ca9c841ad10ed683?d=identicon)[georgringer](/maintainers/georgringer)

---

Top Contributors

[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (1 commits)")

### Embed Badge

![Health badge](/badges/georgringer-news-form-fill/health.svg)

```
[![Health](https://phpackages.com/badges/georgringer-news-form-fill/health.svg)](https://phpackages.com/packages/georgringer-news-form-fill)
```

###  Alternatives

[coldtrick/user_support

Offers different community master features to support your users

142.4k](/packages/coldtrick-user-support)

PHPackages © 2026

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