thelia/custom-contact-module
最新稳定版本:1.0.13
Composer 安装命令:
composer require thelia/custom-contact-module
包简介
CustomContact module for Thelia
README 文档
README
This module allows you to create custom contact
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/directory and be sure that the name of the module is CustomContact. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/custom-contact-module:~1.0
Usage
To create a new custom contact form : go to your-site/admin/module/CustomContact
Each form have :
- a title
- a code
- a field configuration (look behind)
- the receiver email
- a return url (default : /default_success)
Example basic of field configuration (Json):
[
{
"label": "Nom",
"required": false
},
{
"label": "Prénom",
"required": true
}
]
Loop
[custom_contact_loop]
[custom_contact_field_loop]
统计信息
- 总下载量: 130
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2023-04-18