get values of multiple checkboxes in extbase/fluid TYPO3 -
how values of multiple checkboxes checked in frontend template fluid , use these values in action extbase?
- declare argument in controller action , give type
array
or array-compatible type can constructed propertymapper. - name fields same argument.
- post data , use argument in controller action.
this correct way of receiving array value of controller argument. accessing directly request not recommended, unless declared argument on controller action. not doing bypass important argument processing.
Comments
Post a Comment