【发布时间】:2018-02-14 06:34:44
【问题描述】:
我在 TYPO3 8.7.10 中使用表单 BE 模块设置了一个表单,并添加了一个完成器,以在成功提交表单后将用户重定向到感谢页面。这很好,但 Id 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 doesnt 工作,因为生成的重定向 URL 类似于:
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' 附加参数:'#c155' 标识符:重定向
【问题讨论】:
-
我也有同样的问题。你找到解决方案了吗?