heimrichhannot/contao-form-fields-collection-bundle

contao表单生成器的一系列附加表单字段。

0.1.4 2024-07-31 12:21 UTC

This package is auto-updated.

Last update: 2024-08-31 12:33:55 UTC


README

此包向contao表单生成器添加了附加表单字段。

字段

  • 日期/时间字段 - html类型日期或时间字段,带有原生的选择器(如果浏览器支持)
  • 成功消息字段 - 在表单提交后显示成功消息

安装

使用composer安装此包,并在之后更新您的数据库

composer require heimrichhannot/contao-form-fields-collection-bundle

使用方法

安装后,您将找到新的表单字段类型。

日期/时间字段

Frontend output of Date time widget

选择字段类型“日期/时间”并选择格式(日期或时间)。

screeenshot_datetime.png

成功消息字段

选择字段类型“成功消息”并输入您希望在表单提交后显示的消息。

screenshot_successmessage_backend.png