TYPO3 Powermail - 在复选框标签或标题中添加链接的方法

Phi*_*p M 5 typo3 typo3-extensions powermail typo3-8.x

从powermail 6.0开始。可以根据文档在复选框标签中添加链接(针对 GDPR):

https://docs.typo3.org/typo3cms/extensions/powermail/ForAdministrators/Privacy/Index.html#add-a-link-in-a-checkbox-label

它说:

只需使用 FlexForm 中的一个选项,例如(带有指向隐私条款所在的第 123 页的示例链接):

I accept the <f:link.page pageUid="123">privacy terms</f:link.page> | privacy terms accepted
Run Code Online (Sandbox Code Playgroud)

之后,您必须在标签中启用 html(出于安全原因,此功能已关闭)。TypoScript 常量示例:

plugin.tx_powermail.settings.misc.htmlForLabels = 1
Run Code Online (Sandbox Code Playgroud)

...但它还说“(出于安全原因此功能已关闭)”。

还有哪些其他选择可以实现这一目标?(没有安全损失?)

Hei*_*ing 3

我们添加一个普通的内容元素,其中的链接位于复选框上方。例如接受条款和条件。然后内容元素包含在表单中。请参阅https://docs.typo3.org/typo3cms/extensions/powermail/ForEditors/AddANewForm/FieldContentElement/Index.html