[TYPO3-english] global : HTTP_POST_VARS | field WHEN field is an array?
Benoit Montereau
bmontereau at gmail.com
Fri Aug 19 09:21:59 CEST 2011
I'm writing a litle TS to get/displayed information selected in a webform.
My webform is using different fields but the important part is a few
checkboxes having the SAME name but "marked" as array (ie. output[]).
Unfortunately, using this kind of definition I cannot figure out how to get
the info/values send by the form in my TS:
temp.Output = TEXT
temp.Output {
data = global : HTTP_POST_VARS | output
}
Works fine if there is only one output is a single field (name="output" and
not name="output[]"), but nothing is returned in my case.
Does someone knows if it's possible to get this info ?
Thanks in advance for your help.
Ben
More information about the TYPO3-english
mailing list