I'm using TYPO3 9.5 and I'm trying to insert Form inside Grid elements (using gridelements extension) : I am using :
"require": {
"typo3/cms-base-distribution": "^9.5",
"gridelementsteam/gridelements": "^9.3",
"mask/mask": "^4.1",
"ichhabrecht/mask-export": "^2.4",
},
So the grid column work fine in the Frontend and the content is displaying, the only Problem is with the form which is not displayed in the Frontend (if I put it inside the grid column)
Backend Grid elements :
Frontend Grid element when I debug all data :
Thanks :D
If the form is based on a flexform you should disable the matching parameter in the setup of that particular gridelement.
Additionally there is a feature request to disable flexform resolving for child elements other than gridelements.
https://gitlab.com/coderscare/gridelements/issues/14