Download the PHP package traw/powermailautocomplete without Composer
On this page you can find all versions of the php package traw/powermailautocomplete. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download traw/powermailautocomplete
More information about traw/powermailautocomplete
Files in traw/powermailautocomplete
Package powermailautocomplete
Short Description Add autocomplete tokens to powermail fields
License GPL-3.0-or-later
Informations about the package powermailautocomplete
powermailautocomplete
This extension aims to add most autocomplete options to powermail fields.
https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill-field
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:
All versions of powermailautocomplete with dependencies
typo3/cms-core Version ^12.4.18 || ^13.4
in2code/powermail Version ^12.0 || ^13 || dev-master
evoweb/extender Version ^10 || ^11