1

I am working with powermail forms, where I need a custom multiselect powermail field. Any idea how to configure the field?

I have added tx_powermail.flexForm.type.addFieldOptions.new = New Field in TCEFORM file, and I got new field in powermail form but how can i configure multiselect in this field.

Peter Kraume
  • 3,577
  • 2
  • 21
  • 39

1 Answers1

2

Did you see the documentation part on https://github.com/einpraegsam/powermail/blob/develop/Documentation/ForDevelopers/AddNewFields.md? There is also a part that describes the datatype that can be set via TSConfig.

Alex Kellner
  • 1,263
  • 6
  • 11
  • Yes I see that i want to know that how i configure the flexform for that field. can i overwrite the powermail flexform.xml file? – Parmar Kamalnayan Aug 24 '22 at 05:37
  • 1
    To extend the FlexForm is described also in the documentation here: https://github.com/einpraegsam/powermail/blob/develop/Documentation/ForDevelopers/AddNewFlexFormProperties.md If you want to completely overwrite the complete FlexForm of an extension, see https://www.in2code.de/en/recent/php-replace-flexform-of-an-extension/ – Alex Kellner Aug 25 '22 at 07:35