datamints / datamints-forms-get-prefill
通过 GET 参数填充表单字段
1.1.0
2022-08-03 07:25 UTC
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-09-08 12:28:43 UTC
README
通过 URL GET 参数填充表单字段。与 EXT:powermail 和 EXT:form 兼容
链接
特性
- 通过定义 GET 参数填充表单字段,例如:www.example.com/?form_car=Audi
- 与 EXT:form 和 EXT:powermail 兼容
- 使用 JavaScript 设置值(纯 JavaScript,无依赖!)
使用和安装
- 使用 TYPO3 扩展管理器或 composer 安装扩展
- 将静态 TypoScript 添加到您的站点模板中
- 只需输入字段标识符,以 "form" 前缀参数为前缀,例如 www.example.com/?form_car=Audi,其中 "car" 是您的字段标识符/名称