traw/powermailautocomplete

This package is abandoned and no longer maintained. No replacement package was suggested.

Add autocomplete tokens to powermail fields

Maintainers

Package info

github.com/thomasrawiel/powermailautocomplete

Type:typo3-cms-extension

pkg:composer/traw/powermailautocomplete

Statistics

Installs: 28 417

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

3.1.3 2025-08-08 11:57 UTC

This package is auto-updated.

Last update: 2026-03-15 12:00:35 UTC


README

This extension aims to add most autocomplete options to powermail fields.

https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-field

Important

This extension is no longer required for newer versions of powermail.

The functionality provided by this extension has been integrated into powermail itself.

Supported powermail versions:

  • 12.0 – 12.5.x
  • 13.0.x

If you are using powermail ≥12.6 or ≥13.1, you should remove this extension, as the functionality is already included in powermail.

Installation

composer require traw/powermailautocomplete

Setup

Add the typoscript template "Powermail Autocomplete" after the Powermail Maintemplate

If you override the partials for input and textarea fields or the Form template, e.g. in your own extension, make sure to update those files:

  • add the namespace {namespace t=TRAW\Powermailautocomplete\ViewHelpers}
  • replace the f:form ViewHelpers and add the autocomplete attribute See the example partials and example template for reference

Editors

Editors can enable autocompletion in the Extended tab of the powermail form record

Additionally explicit autocomplete field values, autofill sections and more can be set in powermail's field records.

Available values and explanations can be found in the references section

References: