Skip to content

datamintsGmbH/datamints_forms_get_prefill

Repository files navigation

TYPO3 Extension: datamints_forms_get_prefill

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