TYPO3 powermail plugin in grids for bootstrap is not showing up

293 views Asked by At

I'm using the TYPO3 version 10 and have a problem with the plugin grids for bootstrap. The grids works with images and texts with no errors but doesn't display the powermail form.

Here's a pic of the problem

I've included before the "Main" static template.

Has anyone an idea what causes the error and how to resolve it?

Thanks in advance

1

There are 1 answers

1
Thomas On BEST ANSWER

You need to disable the option "resolveChildFlexFormData"

tt_content.gridelements_pi1 {
    dataProcessing {
        10.default {
            options.resolveChildFlexFormData = 0
        }
    }
}