DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Sample ProvidersΒΆ

Three wizards are provided in directory Samples of the extension. To activate them, go to Extension Manager, click on extension External Providers for Direct Mail, tick the corresponding checkbox and click on Update button:

Enable samples

Once activated, you may use \Causal\DirectMailUserfunc\Samples\TestList->myRecipientList as provider. This provider has a simple user parameter wizard using standard JavaScript.

Another provider \Causal\DirectMailUserfunc\Samples\TestListTca->myRecipientList shows how you may create enhanced wizard with a TCA definition instead of a JavaScript-based wizard.

TCA-based wizard