表单模板非常棒!
我们是否可以添加额外的信息和提示等内容?
例如,如果我们能按部分分组或添加标题,那就太好了,比如:
# 我的信息
- type: input
id: name
attributes:
label: "我的名字"
placeholder: "请输入您的名字"
validations:
required: true
- type: input
id: surname
attributes:
label: "我的姓氏"
placeholder: "请输入您的姓氏"
validations:
required: true
# 公司信息
- type: input
id: name
attributes:
label: "我的公司名称"
placeholder: "公司名称"
validations:
required: true
...等等
另外,使用表单来撰写标题也会很好。
如果能添加备注(这些备注不会显示在最终的帖子中)那就更好了,例如:
**请注意,本部分的所有帖子在发布前都会经过审核。**
- 请勿重复发布相同的帖子。
- 本部分仅用于 ____。
- 请使用英语发帖。
- 如果可能,请回来在帖子中留言告知我们何时……
- 等等
编辑:如果备注也能随帖子一起保留,那就更好了。