admin管理员组

文章数量:1363377

In my powermail form I have a select box, and when the form submits I want to display different info depending on what was selected.

If there is a better way, let me know, but the way I thought to do this was to add a flexform text field that has the info separated by line just like the options are. Then put some logic in Create.html to display the correct info.

So my question is how/where do I add a SplitProcessor so that I get an array instead of a string from my flexform field?

Currently I have to use a fluid cObject and send the values off to a new FLUIDTEMPLATE where I can add the split processor, but this seems like a convoluted way to do it...

本文标签: typo3How do I add a dataProcessor on a Powermail FlexForm fieldStack Overflow