0
votes

In sys folder [31] I've created a powermail form with uid=3 ... but how do I include it in a partial with typoscript?

lib.powermailmyform = CONTENT
lib.powermailmyform {
    select.pidInList = 3
}

... in Fluid-Template Show.html:

<f:cObject typoscriptObjectPath="lib.powermailmyform" />

And set Constants:

plugin.tx_powermail.settings.misc.addQueryString=1
1

1 Answers

1
votes

If you want to add a powermail form in a very special way via TypoScript (e.g. for an implementation on every page), you should add a powermail plugin (with all needed settings in FlexForm) in a page (sysfolder is ok) and render this content element via cObject CONTENT.