PHPackages                             linawolf/form-autocomplete - 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. linawolf/form-autocomplete

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

linawolf/form-autocomplete
==========================

Offers the option to configure autocomplete properties for fields in the form backend editor.

21471[1 PRs](https://github.com/linawolf/form_autocomplete/pulls)PHP

Since Jul 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/linawolf/form_autocomplete)[ Packagist](https://packagist.org/packages/linawolf/form-autocomplete)[ RSS](/packages/linawolf-form-autocomplete/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

form\_autocomplete
==================

[](#form_autocomplete)

Autocomplete properties for typo3/cms-form for TYPO3 v11.5 and v12.4. Is included in the TYPO3 Core starting with TYPO3 13.0, see Feature

Autocomplete
------------

[](#autocomplete)

The [:guilabel:`Autocomplete`](#id1) select in the form editor can be used to define [:html:`autocomplete`](#id3) properties for input fields. This extension predefines the most common of the input purposes that are widely recognized by assistive technologies and [recommended by the W3C](https://www.w3.org/TR/WCAG21/#input-purposes). The HTML standard allows arbitrary values.

If you need to provide additional fields, you can reconfigure the autocomplete field with additional select options:

### Add Autocomplete options to the backend editor

[](#add-autocomplete-options-to-the-backend-editor)

Extend the EXT:form configuration:

EXT:my\_sitepackage/Configuration/TypoScript/setup.typoscript:

```
plugin.tx_form {
  settings {
    yamlConfigurations {
      # register your own additional configuration
      # choose a number higher than 10 (10 is reserved)
      100 = EXT:my_sitepackage/Configuration/Form/CustomFormSetup.yaml
    }
  }
}
```

Redefine the backend input in the extended YAML:

EXT:my\_sitepackage/Configuration/Form/CustomFormSetup.yaml:

```
prototypes:
  standard:
    formElementsDefinition:
      Text:
        formEditor:
          editors:
            600:
              # Choose an index that is not in use yet
              12345:
                value: 'cc-name'
                label: 'cc-name - Full name as given on the payment instrument'
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 84.6% 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/81befeeadfe6fa202167d64ce1e66410b8cab345edbb652376946e16ccb6a9af?d=identicon)[linawolf](/maintainers/linawolf)

---

Top Contributors

[![linawolf](https://avatars.githubusercontent.com/u/48202465?v=4)](https://github.com/linawolf "linawolf (11 commits)")[![RKlingler](https://avatars.githubusercontent.com/u/2556442?v=4)](https://github.com/RKlingler "RKlingler (2 commits)")

### Embed Badge

![Health badge](/badges/linawolf-form-autocomplete/health.svg)

```
[![Health](https://phpackages.com/badges/linawolf-form-autocomplete/health.svg)](https://phpackages.com/packages/linawolf-form-autocomplete)
```

PHPackages © 2026

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