datamints / datamints-forms-get-prefill
Prefills form fields by get-parameters
Installs: 101
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 2
Language:JavaScript
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0
Requires (Dev)
- typo3/testing-framework: ^6.9.0
Replaces
- typo3-ter/datamints-forms-get-prefill: 1.1.0
This package is auto-updated.
Last update: 2024-12-08 13:01:45 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