Re: [TYPO3] How to get values for multiple select

2007-05-19 Thread Sander van Gelderen
Hi Tonino, my previous msg was a bit short, maybe not very clear :) I think you can solve this by making a change in your select-tag. Add a pair of square brackets[] to the name-attribute. Before: After: Good luck! Sander van Gelderen schreef: > I am sure you realize this already, but just

Re: [TYPO3] How to get values for multiple select

2007-05-19 Thread Sander van Gelderen
I am sure you realize this already, but just to remind: params from a multiple-select are not regular name/value pairs, but an array. HTH Sander tonix (Antonio Nati) schreef: > At 16.29 19/05/2007, you wrote: >> I've set up a complete page, having some field with multiple >> option that can be

Re: [TYPO3] How to get values for multiple select

2007-05-19 Thread tonix (Antonio Nati)
At 16.29 19/05/2007, you wrote: >I've set up a complete page, having some field with multiple >option that can be pressed. > >But I've problems on capturing these pressed values, as _GET and >_POST return me only the first value of the pressed list. Forgot to add... browser sends all parameters,

[TYPO3] How to get values for multiple select

2007-05-19 Thread tonix (Antonio Nati)
I've set up a complete page, having some field with multiple option that can be pressed. But I've problems on capturing these pressed values, as _GET and _POST return me only the first value of the pressed list. Any hint? Is there any special TYPO3 functions or any setting to do? Thanks, Ton