我正在寻找powermail的TypoScript配置来更改一个字段的验证强制性消息 - 输入:文件上传。不幸的是,这种类型没有选项来指定自定义验证...
也许可以选择通过TypoScript获取表单和字段,如:
[globalString = GP:tx_powermail_pi1|field|form_title = formTitle] && [filed ID or marker]
plugin.tx_powermail {
_LOCAL_LANG.default {
validationerror_mandatory = validation message
}
}
[global]
感谢您的帮助。
答案 0 :(得分:0)
如果您在一个表单中使用了多个上传字段,则目前无法仅针对一个更改验证消息。但是,如果您只处理一个文件字段,则可以将扩展模板设置为表单所在的页面。