datamints/datamints-forms-get-prefill

Prefills form fields by get-parameters

Installs: 78

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 2

Language:JavaScript

Type:typo3-cms-extension

1.1.0 2022-08-03 07:25 UTC

This package is auto-updated.

Last update: 2024-04-08 11:37:15 UTC


README

Prefills form fields by URL GET-parameters. Works with EXT:powermail & EXT:form

Links:

Features:

  • Prefill Form Fields by defining GET-Parameters e.g. www.example.com/?form_car=Audi
  • Works with EXT:form & EXT:powermail
  • Sets values with javascript (vanilla without dependencies!)

Usage and installation:

  • Install the extension with the TYPO3 extension manager or composer
  • Add the static TypoScript to your Site template
  • Simply enter your field identifier with an "form"-prefix parameter, e.g. www.example.com/?form_car=Audi where "car" is your field identifier/name

Screenshots