TYPO3表格修整器重定向到锚点链接

时间:2018-02-14 06:34:44

标签: typo3 typo3-8.x

我在TYPO3 8.7.10中设置了一个带有BE模块的表格,并在成功提交表格后添加了一个整理器,将用户重定向到感谢页面。这工作正常,但我d like to add an anchor-link parameter so that the user will see a special content element with the ID #c155 on the target page. So I added #c155 to the additional parameter field of the redirect finisher but it doesn工作,因为生成的重定向网址是这样的: http://test.test/formpage/thankyou/?L=0&%23c155=#identifier

如何启用重定向到某个锚?

谢谢你。

finishers:
-
options:
subject: 'Subject'
  recipientAddress: admin@test.test
  recipientName: 'Admin Receiver'
  senderAddress: '{text-2}'
  senderName: '{firstname} {name}'
  replyToAddress: ''
  carbonCopyAddress: ''
  blindCarbonCopyAddress: nsa@test.test
  format: plaintext
  attachUploads: false
  translation:
    language: ''
identifier: EmailToReceiver

-     选项:       pageUid:'49'       additionalParameters:'#c155'     identifier:重定向

1 个答案:

答案 0 :(得分:0)

锚点目标不是真正的URL参数,因此您可能误导使用additionalParameters。 (在TYPO3中)它们属于URL的基础,在此处:pageUid

另一种方法是欺骗参数处理。只需将锚附加到最后一个真实参数值即可。您可能需要插入一个虚拟参数:dummy=1#c155