TYPO3 6.2.15 と powermail 2.5.0 を使用しており、特定の選択フィールドに異なる件名と受信者を設定したいと考えています。
このため、選択フィールドと次のオプションを備えた単純な powermail フォームを作成しました。
subject1 | 1
subject2 | 2
subject3 | 3
subject4 | 4
その後、ページに標準の powermail フォームを挿入し、次のタイポスクリプトを含むこのページ用の拡張テンプレートを作成しました。
[globalString = GP:tx_powermail_pi1|field|56 = 1]
plugin.tx_powermail.settings.setup.receiver.overwrite.subject = subject1
plugin.tx_powermail.settings.setup.receiver.overwrite.email = email1@email.de
[global]
[globalString = GP:tx_powermail_pi1|field|56 = 2] OR [globalString = GP:tx_powermail_pi1|field|56 = 3] OR [globalString = GP:tx_powermail_pi1|field|56 = 4]
plugin.tx_powermail.settings.setup.receiver.overwrite.subject = subject2
plugin.tx_powermail.settings.setup.receiver.overwrite.email = email2@email.de
[global]
56は特定の選択フィールドの ID ですが、これは機能していません。私は何を間違っていますか?